Mount NTFS Volume in Xubuntu

This post is for personal reference. I always forget how to mount NTFS volumes using Xubuntu Linux at work. Open the terminal and type in the following commands.

sudo fdisk -l
sudo mkdir /media/windows
sudo mount /dev/hda1 /media/windows -t ntfs

hda1 may be different depending on the system

Works with Xubuntu 9.0.4.

Leave a Reply