You are not logged in.

#1 2007-06-21 20:50:28

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

quick fstab question

Folks, sorry for not searching more thoroughly but my verizon DSL keeps going up and down so I wrote this question offline, pasted it in, and I'm keeping my fingers crossed that when I hit post that my DSL is behaving.  Here goes:

I've got arch on a laptop with an external USB drive.  I'd like to have that drive automatically mounted with permissions such that MPD can read/write to it.  Currently I can only mount as root and so mpd is pretty useless.

Here's the line I tried in fstab:

/dev/sdb  /mnt/usb      vfat    user,auto,unhide        0       0

I thought it would at least let me mount as a user but it didn't.  Can I get a hand as to how to modify that so that it mounts automagically at reboot with permissions for MPD?

Thanks!
(fingers crossed... and.. go!)

Offline

#2 2007-06-21 20:56:21

mitsoko
Banned
From: In the Coal Chamber
Registered: 2007-05-08
Posts: 143

Re: quick fstab question

add defaults option maybe ? ...

Offline

#3 2007-06-21 21:41:03

Newnux
Member
Registered: 2007-06-13
Posts: 59

Re: quick fstab question

Perhaps this thread will help.  I just switched my external to "auto" and turned it on, but it didn't automatically mount.  Perhaps it does on reboot, but I don't have this drive active all the time so that's rather useless.  In any case, I can mount just fine without root after the help I received in that thread.

Good luck.

Offline

#4 2007-06-21 21:41:54

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: quick fstab question

Change "user" to "users". I also suggest adding something like "gid=users,umask=0002", so your user would have write access.

Offline

#5 2007-06-21 21:48:46

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

Re: quick fstab question

Ok, my verizon is back..

here's my current fstab:

/dev/sdb  /mnt/usb      vfat    users,auto,gid=users,umask=0002,unhide          0       0

Still no luck.. not auto-mounting and can't mount it manually as a user..

Any other ideas?

Offline

#6 2007-06-21 21:55:24

Newnux
Member
Registered: 2007-06-13
Posts: 59

Re: quick fstab question

Ramses de Norre wrote:

The problem drive is ext3? Chmod and chown it then...

# chown -R youruser:yourgroup /mountpoint
$ chmod -R 750 /mountpoint

And choose user and permissions level a wanted.

That fixed my vfat drive when it was having problems, too.  Its fstab line was as follows:

/dev/sdb1    /mnt/sto    vfat    rw,user,sync    0    0

I may be totally off, but it did work for me.

Oh, and perhaps a totally newbie question here, but aren't drives generally sdbx, where x is a number?  Is it also possible to have them clean of any number?

Last edited by Newnux (2007-06-21 21:56:18)

Offline

#7 2007-06-22 00:06:30

samoturk
Member
From: Ljubljana, Slovenia
Registered: 2007-02-12
Posts: 86

Re: quick fstab question

Newnux wrote:

Oh, and perhaps a totally newbie question here, but aren't drives generally sdbx, where x is a number?  Is it also possible to have them clean of any number?

Yes, they can be clean of any number. My old mp3 player was /dev/sda

Back to the topic:
If you use hal and kde or gnome it would also help if you erase USB drive line from fstab and let hal handle it. Hal automaticaly detects all drives and partitions and filesystems and mounts them accordingly in /media.
Add hal in rc.conf in DAEMONS line.
Hal has to be in group storage:

gpasswd -a hal storage

and you have to be in group storage and hal:

gpasswd -a username storage
gpasswd -a username hal

Hope it helps.

Offline

#8 2007-06-22 02:05:43

viniosity
Member
From: New York, NY
Registered: 2005-01-22
Posts: 404
Website

Re: quick fstab question

Wow, I've tried *everything* on this thread so far and still no luck. sad

I'm kind of surprised this is so complicated. I searched around a bit and saw some things about creating udev rules?

I do have KDE installed but even after performing those hal/storage tricks there's nothing in /media after startx.

Offline

#9 2007-06-22 02:17:54

YithianHistorian
Member
Registered: 2006-06-27
Posts: 11

Re: quick fstab question

I have a fstab entry pretty much identical to yours.  I use a sata drive so my device field is a little different but that's all.  However, I use pmount for all my hardware mounting/unmounting.  Maybe give that a try?

Offline

Board footer

Powered by FluxBB