Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have a 300GB 10,000RPM drive partitioned for Ubuntu 9.10 and XP 64bit. I use Linux (and sometimes run Win7 with VirtualBox) for everyday use, and switch to XP when I want to game.
My hard drive is filling up, I want to add a second. If I add a second, will both Linux and XP be able to access it? Will they both be able to read/write it? If not, are there steps I could take to make this happen?
OS's read filesystems; not hard drives.
Linux can read (and usually write) Windows filesystems (ie. fat16, fat32, ntfs). But Windows can not read Linux filesystems.
So it depends upon what type of filesystem you format the hard drive (actually the partition(s)) with.
OS's read filesystems; not hard drives.
Linux can read (and usually write) Windows filesystems (ie. fat16, fat32, ntfs). But Windows can not read Linux filesystems.
So it depends upon what type of filesystem you format the hard drive (actually the partition(s)) with.
--ET
My bad, I'm not 100% in touch with the nomenclature!
So if I format it in NTFS, I will be able to read and write to the filesystem with both XP and Linux? Will a file saved to the drive in Linux be able to be opened in XP?
I'm not 100% certain about NTFS.
I think Linux can modify existing files on an NTFS filesystem; but it can not create new files on NTFS.
At least that was the case a couple of years ago.
My bad, I'm not 100% in touch with the nomenclature!
So if I format it in NTFS, I will be able to read and write to the filesystem with both XP and Linux? Will a file saved to the drive in Linux be able to be opened in XP?
Alright, thanks! Do you know if it can in FAT32? Unfortunately, the problem with FAT32 is that it cannot support files about 4GB.
If you add the new harddrive, yes format the drive with the NTFS file system. Then on your Ubuntu OS open your Package Manager and install ntfs-3g this will let Linux read and write to the NTFS file system. If you want the partition to mount at bootup you will also need to edit your /etc/fstab and make an entry for that drive.(Just in case you didn't know.)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.