I just received a brand new hard drive that I had ordered the other day. It's a SATA internal drive. The model ID is ST3000DM008.
My plan is to load it up with large files on Windows, and then hook it up to my Linux server.
However, I have never hooked up a brand new drive in a Linux environment. I do know that Linux only recognizes certain file formats.
For what it's worth, my Linux OS is running on a separate hard drive as is, and I'm running Windows 10 on my other computer.
Do I have to format the drive before transferring it over from the Windows environment?
If I remember correctly, I think I read way back that FAT32 is compatible in both environments? But I just read that the largest files you can have in a FAT32 format is 4GB?
Is there any way to preserve the files that I will be putting on it from Windows?
Error mounting /dev/sdb2 at media/me/LONGSTRINGOFNUMBERSANDCHARACTERSTHATIBELIEVEISHEXIDECIMALCODE: Command-line 'mount-t "ntfs" -o "unhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "media/me/SAMELONGSTRINGASABOVE"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount '/dev/sdb2': Operation not permitted. The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.
– oldboy Sep 20 '17 at 04:07