Results 1 to 6 of 6

Thread: Read-only filesystems under linux

  1. #1
    Senior Member
    Join Date
    May 2004
    Posts
    519

    Read-only filesystems under linux

    While I have been working with MS products for a long time now, I have only just recently installed Slackware linux 9.1 onto one of my machines at home. I had no problem installing it and it is running just fine

    I did have XP on the machine before blowing it away and installing slackware. I did however keep one of the NTFS partitions with all my movies, photos, porn and general documents on it. I can mount it and view it under linux, so long as I am logged in as root.

    It is however a read-only partition. Is that because it is NTFS ?? and is there anyway i can change it so that it is not read-only ??

    Thanks guys

  2. #2
    BANNED
    Join Date
    Nov 2003
    Location
    San Diego
    Posts
    724
    From my experience you can't. Here's a little info on ntfs and linux.

    http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2
    When death sleeps it dreams of you...

  3. #3
    AntiOnline n00b
    Join Date
    Feb 2004
    Posts
    666
    Hi

    Is that because it is NTFS ??
    YES

    Don't know if third Party Tools are Avaliable for Changing the File System......Except Third Party Tools i think there is no way to convert a File System.... Form NTFS to anything..

    Now That you have got rid of Windows XP....And don't have MS OS's anymore......My suggestion is Backup the Data.........Delete the Partation.........Recreate it .....format it into some other File System you want..........Copy the files back there..

    And then send me a Copy Of that Data

    --Good Luck--

  4. #4
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    One thing that works for me is something called captive-ntfs. It gives you rw access to the ntfs partitions. You can find it at http://www.jankratochvil.net/project/captive/ .

    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  5. #5
    To make the ntfs partition readable by other users, mount it with a umask of 0222, like this:-
    mount /dev/hdXY /mount/point -o umask=0222

    Alternatively, you could add the partition to /etc/fstab with the users option

  6. #6
    Senior Member
    Join Date
    May 2004
    Posts
    519
    Thanks for all the help guys I really appreciate it

Posting Permissions

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