Due to limitations with 3TB drives on legacy operating systems, I am now forced to move on to a different platform for my file server. FreeNAS fit the bill, but since importing NTFS drive wont work in the latest stable build, I figured I could mount the NTFS drive that I already have and simply move over the existing data to an already installed ZFS drive. But I can't find any documentation or forum posts about how do go about to do it.
I am a Linux user so I'm unfamiliar on hoe BSD handles thses things, or in this case, specifically FreeNAS. I tried to create a new directory in /mnt named ntfs and then do a
But it fails
Help would be greatly appreciated
Also, I assume that once the drive is mounted, that I could d o a cp -R /ntfs/* /the_empty_drive
I am a Linux user so I'm unfamiliar on hoe BSD handles thses things, or in this case, specifically FreeNAS. I tried to create a new directory in /mnt named ntfs and then do a
Code:
mount -t ntfs /dev/ada2 /ntfs
But it fails
Help would be greatly appreciated
Also, I assume that once the drive is mounted, that I could d o a cp -R /ntfs/* /the_empty_drive