Changeset 2915 in MondoRescue for branches/3.0/mindi/rootfs/etc/init.d/rcS


Ignore:
Timestamp:
Dec 9, 2011, 9:19:33 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Force block size back to 32768 in OBDR mode after skipping the 2 tape marks, to read the additional rootfs data corerctly - Fix #593 and #358 for good it seems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r2913 r2915  
    131131    mt -f $tapedev rewind
    132132    mt -f $tapedev fsf 2
     133    # 32k is DEFAULT_INTERNAL_TAPE_BLOCK_SIZE
     134    mt -f $tapedev setblk 32768
    133135    dd if=$tapedev bs=32k count=1024 | tar -zx
    134136    res=$?
Note: See TracChangeset for help on using the changeset viewer.