Re: NTFS issue

From: Yogen Mankikar (yogenmankikar_at_hotmail.com)
Date: 06/30/05

  • Next message: Alex Evonosky: "Re: Killing idle SSH sessions?"
    To: fedora-list@redhat.com
    Date: Thu, 30 Jun 2005 14:50:34 -0500
    
    

    Thanks for the help guys,
    Just FYI, adding "user" option to fstab did not work but "umask=000" did
    work.
    Thanks,
    Yogen

    >From: Mark Bidewell <mark.bidewell@alumni.clemson.edu>
    >Reply-To: For users of Fedora Core releases <fedora-list@redhat.com>
    >To: For users of Fedora Core releases <fedora-list@redhat.com>
    >Subject: Re: NTFS issue
    >Date: Thu, 30 Jun 2005 14:43:36 -0400
    >
    >Mike McCarty wrote:
    >
    >>Yogen Mankikar wrote:
    >>
    >>>I have successfully mounted ntfs drive, but it is accessible only to the
    >>>root user.
    >>>As a regular user I get 'permission denied' error.
    >>>What am I missing?
    >>>Here's what I did as root.
    >>>
    >>>mount -t ntfs /dev/hda1 /mnt/C
    >>>mount -t ntfs /dev/hda5 /mnt/D
    >>>
    >>>After making sure I was able to access both ntfs drives, I added the
    >>>following to /etc/fstab
    >>>
    >>>/dev/hda1 /mnt/C ntfs defaults 0 0
    >>>/dev/hda5 /mnt/D ntfs defaults 0 0
    >>>
    >>Try adding ",user" after the "defaults". If you can mount your floppy,
    >>look at how
    >>/etc/fstab shows it for an example.
    >>
    >>[snip]
    >>
    >>Mike
    >>
    >I have dealt with a similar issue. Add umask=000 to your options.
    >
    >--
    >fedora-list mailing list
    >fedora-list@redhat.com
    >To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

    _________________________________________________________________
    Express yourself instantly with MSN Messenger! Download today - it's FREE!
    http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Alex Evonosky: "Re: Killing idle SSH sessions?"