Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    Code:
    /dev/sdaX   /mnt/data   ntfs-3g  auto,user,rw,sync   0 0
    where X in sdaX is the partition number of your spare NTFS partition. To know partition number run as root
    Code:
    fdisk -l
    I usually mount under /mnt. If you want to mount under /home/user do so. Hope your distro has NTFS write support.

    Please google before asking next time onwards.
    A candle looses nothing by lighting other candles. - Khalil Zibran.
    Registered Linux User #490076

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...