You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start devmon, sometimes drives do not automount, and/or do not show up as mounted in the devmon output even though they are mounted. Here are two examples of failures:
In the first case, the directory /media/root/sdc1-usb-S31B1008_USB_DIS was left around by devmon from a previous boot. However, that directory contains the "lockfile" .udevil-mount-point, so if another devmon is not running, then when starting devmon, the directory should simply be used without question.
In the second case, if the disk is already mounted, that should not be an error -- the mounted disk should simply be used by devmon. Instead, the devmon output shows: ismounted: [0] for this drive (which is incorrect, as devmon already determined!).
The text was updated successfully, but these errors were encountered:
When I start
devmon
, sometimes drives do not automount, and/or do not show up as mounted in thedevmon
output even though they are mounted. Here are two examples of failures:In the first case, the directory
/media/root/sdc1-usb-S31B1008_USB_DIS
was left around bydevmon
from a previous boot. However, that directory contains the "lockfile".udevil-mount-point
, so if anotherdevmon
is not running, then when startingdevmon
, the directory should simply be used without question.In the second case, if the disk is already mounted, that should not be an error -- the mounted disk should simply be used by
devmon
. Instead, thedevmon
output shows:ismounted: [0]
for this drive (which is incorrect, as devmon already determined!).The text was updated successfully, but these errors were encountered: