Re: (Briefly) Fstab

From: Rob Benton (rob.benton_at_conwaycorp.net)
Date: 08/04/05

  • Next message: Joerg Beyer: "Re: Personal Debian mirror"
    Date: Thu, 04 Aug 2005 14:03:40 -0500
    To: Cubells <vicent@vcubells.net>
    
    

    Cubells wrote:
    > Try this:
    >
    > /dev/hda1 /media/windows ntfs nls=utf8,umask=0222 0 0
    >
    >
    > See you on the net...
    >
    > David R. Litwin wrote:
    >
    >> I have changed my fstab so that it automatically mount my Windows
    >> partition in to /mnt/windows:
    >>
    >> # /etc/fstab: static file system information.
    >> #
    >> # <file system> <mount point> <type> <options> <dump> <pass>
    >> proc /proc proc defaults 0 0
    >> /dev/hdc1 /mnt/windows ntfs defaults 0 2
    >> /dev/hdc2 / ext2 defaults,errors=remount-ro
    >> 0 1
    >> /dev/hdc3 none swap sw 0 0
    >> /dev/hdb /media/cdrom0 iso9660 ro,user,noauto 0 0
    >> /dev/hdd /media/cdrom1 iso9660 ro,user,noauto 0 0
    >> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
    >>
    >> The problem is that running as a normal user, I can not access this
    >> folder. I know that this is because I have set the Options to default:
    >> The Options must allow me to access the folder from my regular user.
    >> What is the Option that I need?
    >>
    >> Thank you kindly in advance.
    >>
    >>
    >
    >

    In addition to all that you can also specify a user and group as the owners:

    /dev/hda2 /windows/C ntfs user,uid=rbento,gid=rbento,umask=0022

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Joerg Beyer: "Re: Personal Debian mirror"