1

I want to move to Linux (Ubuntu more specifically) and also bought a new hard drive. What I'm not really sure about is if I put my old hard drive on an external case, then install Ubuntu on the new one and configure, etc... Can I easily access my old one (which is now an external hard drive)? Will I have no problems accessing my partitions? Thanks in advance.

2 Answers2

3

Ubuntu can read and write to NTFS drives using the ntfs-3g project. It's less efficient and more CPU-intensive than an in-kernel driver, but the data will be fully accessible as long as you're not using features like encryption.

Ubuntu NTFS HOWTO:
http://ubuntuforums.org/showthread.php?t=217009

tylerl
  • 15,055
  • 7
  • 51
  • 72
1

Any modern distro can handle NTFS just fine. I regularly access my NTFS partitions when booted to 10.04 a usb drive would be no different. It really should be just plug and go.

Zypher
  • 37,405
  • 5
  • 53
  • 95