Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all, how can i mount ntfs partition on debian? Thanks Maurizio1230...
  1. #1
    Just Joined! Maurizio1230's Avatar
    Join Date
    Dec 2006
    Posts
    18

    mount ntfs partition



    Hi all,
    how can i mount ntfs partition on debian?

    Thanks
    Maurizio1230

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    create a mount point and mount NTFS partition.
    Code:
    mount  -t  ntfs  /dev/<partition>   /<mount_point>
    you can add an entry in /etc/fstab file for automatic mounting at boot up.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined! soccercisco's Avatar
    Join Date
    Dec 2006
    Location
    So. Cal
    Posts
    98
    hi,

    Also in the /etc/fstab file look for this partition you are trying to mount, and make sure that the <type> field for the partition is set to 'ntfs' or 'auto' (without the quotes).

    regards,

Posting Permissions

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