You are not logged in.

#1 2007-05-30 16:44:29

jemann.chen
Member
From: taiwan
Registered: 2003-06-06
Posts: 34

Auto mounting USB devices

http://wiki.archlinux.org/index.php/Udev

How to mount sda10 above?
My usbhd have 12 partitions.

Offline

#2 2007-05-30 21:45:04

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: Auto mounting USB devices

I guess changing

sd[a-z][0-9]

to

sd[a-z][0-9]*

should do the trick.

Offline

#3 2007-05-31 05:26:39

jemann.chen
Member
From: taiwan
Registered: 2003-06-06
Posts: 34

Re: Auto mounting USB devices

Thanks! It Works.

Offline

#4 2007-06-03 09:56:12

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Auto mounting USB devices

but maybe it is better writing

sd[a-z][0-9][0-9]*

since you do not want mounting nodes without numbers.

Offline

#5 2007-06-04 12:53:42

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: Auto mounting USB devices

I think it will not change anything since the first rule for sd[a-z] already has OPTIONS="last_rule" which should prevent from running next rules on nodes without numbers but generally it's more "right" syntax.

Last edited by lanrat (2007-06-04 12:54:25)

Offline

Board footer

Powered by FluxBB