Results 1 to 9 of 9
Sorry if this is a noob question, but this is the first time i am trying Linux.
When I installed Windows XP two years ago i made a partition, which ...
- 02-12-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Can Linux Ubuntu save files on a Windows partition?
Sorry if this is a noob question, but this is the first time i am trying Linux.
When I installed Windows XP two years ago i made a partition, which i wanted to install Windows on. I managed to install it on the other part, and i now have a 20gb empty partition. So, I was just wondering if all files i save from Linux must be stored at the same place as the Linux OS...
Edgewalker
- 02-12-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!
Yes, you can store files on other partitions with Linux.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 02-12-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Thank you for the quick answer, im going to install Linux now, bye
- 02-13-2010 #4
Should be OK if the partition does not have an OS. Many writes/deletes to M$ host from Linux can corrupt the M$ directory tree. I learned the hard way. Same warning when writing to Linux partition from M$.
- 02-13-2010 #5
Absolutely Linux can write to windows partitions! I've done this for at least 5 years without any failure.
You can even install Ubuntu GNU/Linux (ubuntu.com) inside Windows (just put the disk in after you have already booted into windows). When you install Ubuntu using this method, it actually mounts/uses the windows NTFS partition to run from when you boot into it.
I use a Linux livecd to recover windows files from a virus-infected/dying machine all the time and it works perfectly.
Linux is like the uber-admin tool when working with windows. You can even manage your windows partitions with tools such as gparted.
Congratulations on your freedom!
Shannon VanWagnerLast edited by oz; 02-26-2010 at 08:53 PM. Reason: spam removal
- 02-13-2010 #6Linux Newbie
- Join Date
- Oct 2008
- Posts
- 140
Mount it inside of Linux and then it's just another partition. Read the manual for the file called /etc/fstab for information about doing it automatically.
at any command prompt type:
[you@yourbox ~]$ man fstab
You can save files to it (or delete them). It's just another drive.
- 02-13-2010 #7
Ubuntu support NTFS and FAT32 read/write access out of box. You have to mount NTFS Partitions through ntfs-3g.
Mount command :
Or add this code in /etc/fstab file :Code:sudo mount -t ntfs-3g /dev/<partition> <mount_point> -o defaults,umask=0
For FAT32 partition, replace ntfs-3g with vfat.Code:/dev/<partition> <mount_point> ntfs-3g defaults,umask=0 0 0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-13-2010 #8Just Joined!
- Join Date
- Feb 2007
- Posts
- 7
/etc/fstab and the command mount(umount) is very good stuff to read about. That is the oldschool, manual, command line way of doing that. Everyone wanting to be strong in GNU/Linux has to learn that.
But there is another, newbie friendly way of mounting partitions. If you have installed packages gnome-volume-manager (when you use Gnome) or kdf (when you use KDE), then it is just a point and click to do same things as the /etc/fstab does. I have fairly large amount of packages installed, I suppose, these are the necessary ones.
- 02-13-2010 #9Just Joined!
- Join Date
- Jun 2007
- Posts
- 21
save files there and
I have a couple of drives both are windblows XP and Linux can see them and store stuff there . . You could go into partition manager and format them ext4 or ext3 ( Gparted )
under "system" and go to the administration part of the menu and down to the gparted program and find the drive have lots of choices as to how to re do it . .


Reply With Quote