Results 1 to 3 of 3
Hi all,
how can i mount ntfs partition on debian?
Thanks
Maurizio1230...
- 12-30-2006 #1
mount ntfs partition
Hi all,
how can i mount ntfs partition on debian?
Thanks
Maurizio1230
- 12-30-2006 #2
create a mount point and mount NTFS partition.
you can add an entry in /etc/fstab file for automatic mounting at boot up.Code:mount -t ntfs /dev/<partition> /<mount_point>
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-30-2006 #3
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,


Reply With Quote
