You are not logged in.

#1 2008-08-05 22:36:48

solarwind
Member
From: Toronto
Registered: 2008-03-18
Posts: 546

Simple Mount Question

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

#2 2008-08-05 23:21:00

kclive18
Member
From: Columbus, Ohio, USA
Registered: 2008-05-08
Posts: 219

Re: Simple Mount Question

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!!! tongue, 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 cool
- 1986 Gibson SG Junior Cherry Red, Ibanez 15W amp, DigiTech RP250 modeling processor

Offline

#3 2008-08-05 23:42:41

kett
Member
Registered: 2008-04-21
Posts: 104

Re: Simple Mount Question

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

Board footer

Powered by FluxBB