I'm running into the same problem consistently -- my external usb disk always comes up too late for mountall.sh. This is not on Debian proper but the derivative Voyage Linux, initscripts version 2.86.ds1-61.

My workaround for now is to run mount again later via udev (the filesystems are still set up in /etc/fstab). This should fail gracefully if mountall.sh was successful.


/etc/udev/rules.d/mount-late.rules:

# usb disk comes up too late for /etc/init.d/mountall.sh
ENV{ID_FS_LABEL}=="usbrw", ACTION=="add", RUN+="/bin/mount /dev/%k"
ENV{ID_FS_LABEL}=="usbmedia", ACTION=="add", RUN+="/bin/mount /dev/%k"


Cheers
Robert




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to