Results 1 to 4 of 4
Which filesystem would you use on an external drive that needs to be read/written by both windows and linux?
What about an external drive shared by many linux systems (ie. ...
- 02-17-2009 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 41
Filesystem Shared by Windows and Fedora
Which filesystem would you use on an external drive that needs to be read/written by both windows and linux?
What about an external drive shared by many linux systems (ie. preventing write permission problems)?
Thanks,
Dave
- 02-18-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 54
Are there any choices other than FAT32 when the sharing is between windows and linux?
I guess NTFS would also work if you load the required mods in your linux kernel, but I think permissions would be a problem regardless.
- 02-18-2009 #3Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
NTFS using the NTFS-3G Fuse driver in Linux and umask=0 mount option.
- 02-18-2009 #4There is no need to do anything special with kernel for NTFS support. As HROAdmin26 suggested already, ntfs-3g package enables NTFS read/write access and permissions is not a problem at all. ntfs-3g package is pre-installed in most of distros including Fedora. One has to install it in RHEL though.
Originally Posted by druidmatrix It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote