Terry Barnaby <terry1 <at> beam.ltd.uk> writes:

> ...

Firstly, I have to re-correct myself - my original debugging statemets were
correct.
I checked it on my machine and /proc/mounts is still available, so we should
include it as it has more info than /etc/mtab. It could give us a clue about
any other mount-related things.

...
# ################################################################
# debugging snapshot statements
# ----------------------------------------------------------------
echo "date" >> /halt.debug
date >> /halt.debug
echo "cat /etc/mtab" >> /halt.debug
cat /etc/mtab >> /halt.debug
echo "cat /proc/mounts" >> /halt.debug
cat /proc/mounts >> /halt.debug
# ################################################################
...

Secondly, I have few things to check with regard to all of this. Perhaps
something pops up.

JB
  





-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to