Changeset 274 in MondoRescue for trunk/mindi/aux-tools
- Timestamp:
- Jan 3, 2006, 4:15:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/aux-tools/sbin/format-and-kludge-vfat
r197 r274 110 110 umount /mnt/tmpK || Die "Can't unmount /mnt/tmpK" 111 111 112 ideal_size=` cat /tmp/mountlist.txt | grep "$device "| tr -s ' ' ' ' | cut -d' ' -f4`112 ideal_size=`grep "$device " /tmp/mountlist.txt | tr -s ' ' ' ' | cut -d' ' -f4` 113 113 if [ "$ideal_size" = "" ]; then 114 114 LogIt "format-and-kludge-vfat --- can't find $device in mountlist" 1
Note:
See TracChangeset
for help on using the changeset viewer.