Re: [debian] (Briefly) Fstab
From: Keith Bates (kbates_at_pastors.com)
Date: 08/04/05
- Previous message: Cubells: "Re: (Briefly) Fstab"
- In reply to: David R. Litwin: "(Briefly) Fstab"
- Next in thread: Robert Vangel: "Re: (Briefly) Fstab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 4 Aug 2005 15:28:27 +1000 To: debian-user@lists.debian.org
On Thu, 4 Aug 2005 01:08:20 -0400
"David R. Litwin" <presently42@gmail.com> 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?
I don't profess to be an expert, but this worked for me:
umask=002,exec,dev,suid,rw 1 2
I recently was able to get rid of windows from my machine for ever, so
it's no longer relevant, but i did keep it in a commented line, just in
case.
-- God bless you, Keith Bates 4 Mooloobar St Narrabri NSW 2390 Phone: 02 67924890 Fax: 02 67925418 www.new-life.org.au If you don't have a reason to live JESUS IS THE ANSWER! Ask him into your life today... He really does make a difference. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Cubells: "Re: (Briefly) Fstab"
- In reply to: David R. Litwin: "(Briefly) Fstab"
- Next in thread: Robert Vangel: "Re: (Briefly) Fstab"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|