I am finally migrating from Ubuntu Linux to FreeBSD!
I recently removed Ubuntu 16 and installed FreeBSD 11 in its place.
I have close to 3tb of data on an ext4 external HDD. My goal is to copy all of its files to my UFS drive.
My Attempt:
I mounted both the ext4 drive (with ext4fuse) and the UFS drive on the FreeBSD server and I am currently using rsync to copy the data over.
The problem is that it is taking a very long time.
A file that is about 200-300mb takes close to 10minutes to fully copy over.
Other Attempt:
The other method I tried was mounting the ext4 external HDD on a PC running Ubuntu 16 off of a Live USB and then using rsync over the network to the FreeBSD server. That also took a long time to transfer files.
Do I just need to be patient?
Is there a faster method of doing this? I still have access to the other PC if necessary.
Edit:
When copying files locally (within my target UFS drive), it is quick.
Only copying files from the mounted ext4 are slow.
I recently removed Ubuntu 16 and installed FreeBSD 11 in its place.
I have close to 3tb of data on an ext4 external HDD. My goal is to copy all of its files to my UFS drive.
My Attempt:
I mounted both the ext4 drive (with ext4fuse) and the UFS drive on the FreeBSD server and I am currently using rsync to copy the data over.
The problem is that it is taking a very long time.
A file that is about 200-300mb takes close to 10minutes to fully copy over.
Other Attempt:
The other method I tried was mounting the ext4 external HDD on a PC running Ubuntu 16 off of a Live USB and then using rsync over the network to the FreeBSD server. That also took a long time to transfer files.
Do I just need to be patient?
Is there a faster method of doing this? I still have access to the other PC if necessary.
Edit:
When copying files locally (within my target UFS drive), it is quick.
Only copying files from the mounted ext4 are slow.