--
Eric Price
Linux Solutions / Development
Lightwerk GmbH - www.lightwerk.com
Schulze-Delitzsch-Str. 38, 70565 Stuttgart
E-Mail: [email protected]
Geschäftsführender Gesellschafter: Veikko Wünsche
Amtsgericht Stuttgart, HRB 22214
Ust.-ID: DE 813315708
--- Filesystem 2011-03-22 14:49:58.103845191 +0100
+++ Filesystem_lw 2011-03-22 14:49:32.396825985 +0100
@@ -186,7 +186,9 @@
# Take advantage of /etc/mtab if present, use portable mount command
# otherwise. Normalize format to "dev mountpoint fstype".
list_mounts() {
- if [ -f "/etc/mtab" -a -r "/etc/mtab" ]; then
+ if [ -f "/proc/mounts" -a -r "/proc/mounts" ]; then
+ cut -d' ' -f1,2,3 </proc/mounts
+ elif [ -f "/etc/mtab" -a -r "/etc/mtab" ]; then
cut -d' ' -f1,2,3 </etc/mtab
else
$MOUNT | cut -d' ' -f1,3,5
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/