You are not logged in.

#1 2008-07-29 21:48:00

holscher
Member
Registered: 2008-07-29
Posts: 8

Mounting USB HDs at boot...

Help!
The system doesn't "know" my usb hds when it tries to mount it at boot. "Can't find UUID" or something like that.
I can mount them with "mount -a" as soon as I log in...
Putting "mount -a" in rc.local didn't work hmm

Thanks

Offline

#2 2008-07-30 00:04:47

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Mounting USB HDs at boot...

Can you post your /etc/fstab please? smile

Offline

#3 2008-07-30 18:52:15

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

Offline

#4 2008-07-30 23:41:09

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Mounting USB HDs at boot...

I assume it's either the /media/wd or /media/maxtor mounts that aren't working...

IIRC, 'users' isn't a valid keyword for the options column of fstab - have you tried removing that, and adding defaults so it's just:

#
UUID=4859-50F3    /media/wd        vfat    defaults,auto,rw,user      0 0

Last edited by fukawi2 (2008-07-30 23:41:44)

Offline

#5 2008-07-31 00:23:00

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

It didn't help...

I really think the problem is that it somehow "detects" my usb hds AFTER it tries to mount the partitions on them. Hence the error at boot: "... UUID... doesn't exist" x 2 (I never have time to write the exact message down). How do I change this?

btw, I'm trying to mount both /media/wd and /media/maxtor. Two different usb hds.

Offline

#6 2008-07-31 01:09:56

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Mounting USB HDs at boot...

Can you post your DAEMONS and MODULES lines from rc.conf?

Offline

#7 2008-07-31 07:41:43

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

Offline

#8 2008-07-31 12:58:43

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Mounting USB HDs at boot...

I'm out of ideas, sorry sad

Anyone else?

Offline

#9 2008-07-31 14:13:41

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Mounting USB HDs at boot...

Maybe you could try using the device names instead of UUIDs - just to see if that works.
/dev/sdc2 and /dev/sdd1

#
#/dev/sdc2 /media/wd    vfat    rw,users,umask=111,dmask=000    0 0
#
#UUID=4859-50F3 /media/wd       vfat    rw,users,uid=99,gid=99,fmask=0113,dmask=0002    0 0
#
/dev/sdc2 /media/wd        vfat    auto,rw,user,users      0 0
#
#/dev/sdd1 /media/maxtor        vfat    rw,users,umask=111,dmask=000    0       0
#
#UUID=4858-3C62 /media/maxtor   vfat    rw,users,uid=99,gid=99,fmask=0113,dmask=0002 0  0
#
/dev/sdd1 /media/maxtor    vfat    auto,rw,user,users 0    0

Last edited by Inxsible (2008-07-31 14:15:37)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#10 2008-07-31 20:18:47

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

Inxsible wrote:

Maybe you could try using the device names instead of UUIDs - just to see if that works.
/dev/sdc2 and /dev/sdd1

As far as I remember it was the same when I had it configured like that. (I will try it out when I'm done playing Civilization smile )
I need to use UUID for obvious reasons...

Offline

#11 2008-07-31 22:27:12

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

weird! It somehow worked once when I uncommented one of the harddrives. When I rebooted it didn't work again.
Using /dev/.. instead of UUID doesn't change anything.

Offline

#12 2008-08-05 22:05:15

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

Anybody?

Offline

#13 2008-08-07 07:36:03

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Mounting USB HDs at boot...

Just to try and isolate the problem, try disabling HAL for a reboot and see if it works... I'm thinking maybe HAL conflicting with the boot sequence trying to mount the drives?

Offline

#14 2008-08-07 08:03:21

Susu
Member
From: Germany
Registered: 2005-11-11
Posts: 191
Website

Re: Mounting USB HDs at boot...

Put the USB Hook to mkinitcpio.conf


Album reviews (in german): http://schallwelle.filzo.de

Offline

#15 2008-08-07 09:19:29

holscher
Member
Registered: 2008-07-29
Posts: 8

Re: Mounting USB HDs at boot...

Susu wrote:

Put the USB Hook to mkinitcpio.conf

YES! big_smile

That worked. thank you so much!

Help:
http://wiki.archlinux.org/index.php/Mkinitcpio

Offline

Board footer

Powered by FluxBB