You are not logged in.
Pages: 1
Hey all,
I have set up /dev/sda3 as a reiserfs partition. How would I make it so ANYONE can mount, read, write and execute in that paritition?
Offline
http://wiki.archlinux.org/index.php/Fstab
In the /etc/fstab entry for /dev/sda3, you want to add the user, rw, and exec options like this:
/dev/sda3 /mountpoint reiserfs defaults,user,rw,exec 0 1
My Rigs:
- Mid-2007 iMac 20", Intel 2GHz Core 2 Duo, 2x1GB DDR2-800, 250GB SATA HDD, and...MIGHTY MOUSE!!! , OSX 10.5 Leopard, ATI Radeon 2400XT 128MB
- HP zv6203cl, AMD Athlon 64 3200 S939, 2x512MB DDR400, 80GB 4200rpm HDD, ATI Radeon Xpress 200M 128MB, Arch i686
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor
Offline
FYI, you don't actually need to specify defaults if you are specifying other options. The defaults are implied for the options that aren't specified.
Offline
Pages: 1