Posts Tagged ‘ntfs’

19
Sep

Mount NTFS Filesystem in Ubuntu

   Posted by: admin    in Uncategorized

Find your NTFS partition:

sudo fdisk  -l

/dev/sda1   *           1       25496   204796588+   7  HPFS/NTFS

Add to your FSTAB:

/dev/sda1 /mnt/win ntfs dmask=0222,fmask=0333 0 0

Tags: ,