![](file:///C:/Dokumente%20und%20Einstellungen/Stefan/Desktop/logo.gif)
http://www.open7x0.org
backup data from the Mountdirectory:
Code: tar -cf usbhd.tar ./
copy it to a safe place over the network
halt
unplug the old disk
plug the new one
Then follow this: http://open7x0.org/wiki/USB-Laufwerke_und_Netzwerkfreigabe
I prefere for failsafereasons ext3
The short version of the above workthroug is this:
killall smbd && killall nmbd && umount /dev/sda1 && mke2fs -i 65536 -m 0 -b 4096 -j /dev/sda1 && mount /dev/sda1 /media/disk-volume-0 && cd /media/disk-volume-0 && mkdir video && echo alles gut gelaufen
restore it
copy the backup back
Code: tar -xvf usbhd.tar
reboot
enjoy your old bins again
Kommentare