Results 1 to 2 of 2
i've got an unused partition which i'd like to mount as a folder
can someone give me a quick instruction on this?
it is a NTFS partition (empty) and i ...
- 06-03-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 55
mounting a partition as a folder on home diretory
i've got an unused partition which i'd like to mount as a folder
can someone give me a quick instruction on this?
it is a NTFS partition (empty) and i would like to have it permanently mounted as a diretory on home/user
i know i'd have to also edit fstab but clueless on what to add/edit on the file
thanks for any help
- 06-03-2009 #2where X in sdaX is the partition number of your spare NTFS partition. To know partition number run as rootCode:
/dev/sdaX /mnt/data ntfs-3g auto,user,rw,sync 0 0
I usually mount under /mnt. If you want to mount under /home/user do so. Hope your distro has NTFS write support.Code:fdisk -l
Please google before asking next time onwards.A candle looses nothing by lighting other candles. - Khalil Zibran.
Registered Linux User #490076


Reply With Quote