Boot off rescue dvd/cd.
start grub.
>find /boot/grub/stage1
(hd0,2)
>root (hd0,2)
>setup (hd0)
>exit
reboot.
22 August 2008
Grub. Quick fix after XP re-install
Labels:
grub
21 May 2008
Create large files for testing.
This command will create a 100Mb file.dd if=/dev/random of=myfile.dat bs=$(( 1024 * 1024 )) count=100
This can take a long time, so try thisdd if=/dev/zero of=myfile.dat bs=$(( 1024 * 1024 )) count=100
See Unix Administratosphere for more detail.
Labels:
large files,
linux,
sparse files
31 January 2008
Subscribe to:
Posts (Atom)