Changeset 305 in MondoRescue for branches/2.06/mindi/aux-tools/sbin/format-and-kludge-vfat
- Timestamp:
- Jan 12, 2006, 5:37:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.06/mindi/aux-tools/sbin/format-and-kludge-vfat
r273 r305 107 107 [ ! -e "/mnt/tmpK" ] && mkdir /mnt/tmpK 108 108 mount $device -t vfat /mnt/tmpK || Die "Can't mount device $device" 109 size=`df -m /mnt/tmpK | tr -s ' ' ' ' | cut -d' ' -f2 | tail -n 1`109 size=`df -m -P /mnt/tmpK | tr -s ' ' ' ' | cut -d' ' -f2 | tail -n 1` 110 110 umount /mnt/tmpK || Die "Can't unmount /mnt/tmpK" 111 111
Note:
See TracChangeset
for help on using the changeset viewer.