Displaying 2 results from an estimated 2 matches for "hisdad".
Did you mean:
hidad
2001 Dec 20
1
crashing ext3 is easy and reproducible
...er didn't work,-- at least
once.
I've never had it fail to crash when run manually.
I wonder if a time delay is part of it???
The crash occurs in the rm -rf statement and produces enough verbiage
as to scroll the top of the oops off the top of the screen.
Regards
john
#!/bin/sh
#hisdad's script of death
mkfs /dev/ram0
tune2fs -j /dev/ram0
mount -t ext3 /dev/ram0 /mnt/ramdisk
rm -rf /mnt/ramdisk/lost+found <==== oops on 2nd time
umount /mnt/ramdisk
2001 Nov 18
2
restoring .journal
Hello,
If I made a cpio backup of an ext3 fs. Then created a new fs and
restored everything including the .journal file,
What would happen??
Regards
John