Changeset 2915 in MondoRescue


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
Location:
branches/3.0/mindi/rootfs
Files:
2 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=$?
  • branches/3.0/mindi/rootfs/sbin/post-init

    r2856 r2915  
    2626    if [ "$iso$nuke$compare$interactive$pxe" != "" ] ; then
    2727        LogIt "The mondorestore command was not found on your backup media" 1
    28         LogIt "It may mean your device is not seen correctly. Check driver list and error messages." 1
     28        LogIt "It may mean your device is not seen correctly." 1
     29        LogIt "Check driver list and error messages." 1
    2930        exit 0
    3031    else
Note: See TracChangeset for help on using the changeset viewer.