by tomcheng76 » Tue May 08, 2012 11:07 am
$this->bbcode_second_pass_quote('kmihelich', 'C')onverting to ext3 is just as simple as running `tune2fs -j /dev/sdxx`. For best results in migrating, pop both drives into another computer running linux, assume root (su or sudo su), mount both drives, then `cp -a /old/* /new` and wait. Once everything from the flash drive is on the hard drive, label the partition so the GFN bootloader will pick it up, `tune2fs -L "rootfs" /dev/sdxx`. Pop the SATA drive into the right slot (looking from the front) and power on. Should be right where you left off.
A little off topic. I want to know when a 'sync' command should be used ? sometimes i see this command happens, is it for drives that are using write cache? should i call the sync command before umount if thousands of files is copied before ?