I want to backup /dev/ada0s3f which is mounted under /usr in my i386 (p4) system and put the backup in an external 1 TB USB HDD that I mount with the following;
Now I'm planning to backup that partition with dd as follows;
Is that all right? If it's not then please tell me how to do it and restore the .img with dd.
Thank you.
# ntfs-3g /dev/da0s1 /usbhdd
. I formatted the ext. HDD with NTFS and now I have to use fuse module that can't be loaded when the OS is in single user mode. I also tried with dump but it failed with write error or broken pipe error.Now I'm planning to backup that partition with dd as follows;
# dd if=/dev/ada0s3f of=/usbhdd/freebsd_bkup/ada0s3f.img bs=512
Is that all right? If it's not then please tell me how to do it and restore the .img with dd.
Thank you.