This is where I post snippets of information about Information Technology. It is mostly for my own reference but I hope that others will find it useful and comments are welcome.
Tuesday, May 31, 2011
Monday, May 30, 2011
Monday, May 23, 2011
Detecting Read-only filesystems
http://planet.admon.org/detect-read-only-partition-in-linux/
The above link ...
#!/bin/sh
touch $1 2>&1 | grep Read > /dev/null
echo $?
Looks like VM have more a lot of trouble with readonly filesystem issues
The above link ...
#!/bin/sh
touch $1 2>&1 | grep Read > /dev/null
echo $?
Looks like VM have more a lot of trouble with readonly filesystem issues
Subscribe to:
Posts (Atom)