
How to mount an NTFS directory instead of a partition
I want to mount an NTFS directory instead of a partition. I have no problems mounting the partition using the following:
UUID=4F99543C50394E65 /mnt/Win_#D ntfs-3g username=xxxx,password=xxxx 0 0
I tried
UUID=4F99543C50394E65:/Directory /mnt/Directory ntfs-3g username=xxxx,password=xxxx 0 0
This did not work
Directory exists as a folder in /mnt
I am running Mint 15
Kirk