How to Mount a NTFS Partition
- 1). Log in to the Linux computer and ensure that the partition or drive you want to mount is attached to the computer.
- 2). Open a Terminal from the system menu. Type "su," press "Enter," and then type in your root password and press "Enter."
- 3). Type "mkdir /mnt/mount_folder" and press "Enter" to create a folder on which to mount the drive.
- 4). Type "fdisk -l" and press "Enter," then make note of the name (such as "/sdb1/drive1") of the NTFS partition you want to mount.
- 5). Type "mount /sdb1/drive1 /mnt/mount_folder" (replacing /sdb1/drive1 with the name you noted in the previous step) and press "Enter" to mount your NTFS partition.