You are not logged in.

#1 2009-11-04 13:20:53

BasiK
Member
Registered: 2009-08-27
Posts: 8

Mounted Disks do not show up as mounted

Hi,

I have two 'known' usb disks that I automatically mount on insert, using udev rules (on a sidenote, the usb disks are always connected at bootup). This worked all fine till a couple of days/weeks ago. Since then, the disks are still mounted on the specific location and I can read/write/wothever on the disks, but they don't show up anymore when I do 'mount' or 'df -h', ...

Any hints ?

One example of the udev rules set :
ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="3717-432",SYMLINK+="usb-%n", GROUP="storage", NAME="%k"
ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="3717-432",RUN+="/bin/mkdir -p /rosy"
ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="3717-432", RUN+="/bin/mount -t vfat -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /rosy", OPTIONS="last_rule"
ACTION=="remove", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="3717-432", RUN+="/bin/umount -l /rosy", OPTIONS="last_rule"


cheers.

Last edited by BasiK (2009-11-04 15:24:52)

Offline

Board footer

Powered by FluxBB