Hi to all. New around here ..
I'm in the process of building a DIY NAS. Something not very complicated (good CPU, 6 drives etc.). Just testing the difference between a "handmade" and a Synology device, witch is getting old and needs to be replaced.
For the first test, I used two drives in a pool (Mirror_1), of course mirrored, hence the name. Replicating a defective MB, I tried to read/recover info from one of the drives and installed it into a GhostBSD environment (LiveCD) into another computer. I have used the following:
zpool import -f altroot=/mnt/MyData Mirror_1
In this case I was able to see the data and read it (/mnt/MyData).
Now, I needed to transfer the data to a NTFS drive. For that I used the following lines:
ntfs-3g /dev/da1s1 /mnt/Backup
Apparently, all was ok with the data transfer, but after reading the NTFS drive in Ubuntu, I observed that the data was not transferred completely. Or, in other case, the NTFS drive was unreadable (both under Ubuntu or Windows environment).
I do have to tell that after data transfer, I rebooted/shutdown the system from CLI without other commands.
Am I doing something wrong? I have tried multiple times but with questionable results. I do want to use TrueNAS Core/Scale but being able to recover the information from the drives after a hardware fails is a must for me.
Thanks
I'm in the process of building a DIY NAS. Something not very complicated (good CPU, 6 drives etc.). Just testing the difference between a "handmade" and a Synology device, witch is getting old and needs to be replaced.
For the first test, I used two drives in a pool (Mirror_1), of course mirrored, hence the name. Replicating a defective MB, I tried to read/recover info from one of the drives and installed it into a GhostBSD environment (LiveCD) into another computer. I have used the following:
zpool import -f altroot=/mnt/MyData Mirror_1
In this case I was able to see the data and read it (/mnt/MyData).
Now, I needed to transfer the data to a NTFS drive. For that I used the following lines:
ntfs-3g /dev/da1s1 /mnt/Backup
Apparently, all was ok with the data transfer, but after reading the NTFS drive in Ubuntu, I observed that the data was not transferred completely. Or, in other case, the NTFS drive was unreadable (both under Ubuntu or Windows environment).
I do have to tell that after data transfer, I rebooted/shutdown the system from CLI without other commands.
Am I doing something wrong? I have tried multiple times but with questionable results. I do want to use TrueNAS Core/Scale but being able to recover the information from the drives after a hardware fails is a must for me.
Thanks