On 5-Mar-2009, at 10:38, LuKreme wrote: > That would be useful info for the command to return on fail, > although in reflection it's bloody obvious.
Okaaaaay... $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1 140G 30G 99G 23% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad1s1c 144G 107G 26G 80% /backup devfs 1.0K 1.0K 0B 100% /var/named/dev $ umount /backup $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1 140G 30G 99G 23% / devfs 1.0K 1.0K 0B 100% /dev devfs 1.0K 1.0K 0B 100% /var/named/dev $ tunefs -m 1 -o space /dev/ad1s1c tunefs: minimum percentage of free space changes from 8% to 1% tunefs: should optimize for space with minfree < 8% tunefs: optimization preference changes from time to space tunefs: /dev/ad1s1c: failed to write superblock $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1 140G 30G 99G 23% / devfs 1.0K 1.0K 0B 100% /dev devfs 1.0K 1.0K 0B 100% /var/named/dev WTF? $ mount -a $ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1 140G 30G 99G 23% / devfs 1.0K 1.0K 0B 100% /dev devfs 1.0K 1.0K 0B 100% /var/named/dev /dev/ad1s1c 144G 107G 26G 80% /backup -- Hamburgers. The cornerstone of any nutritious breakfast. _______________________________________________ OSX-Nutters mailing list | [email protected] http://lists.tit-wank.com/mailman/listinfo/osx-nutters List hosted at http://cat5.org/
