Find the answer to your Linux question:
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. ...
  1. #1
    Just 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

  2. #2
    Just 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.

  3. #3
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    NTFS using the NTFS-3G Fuse driver in Linux and umask=0 mount option.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by druidmatrix
    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.
    There 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.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...