View Full Version : mount ntfs windows partition
ccc
August 3rd, 2009, 00:57
hi
Howto mount in /etc/fstab ntfs windows partition under freeBSD 7.2?
DutchDaemon
August 3rd, 2009, 01:19
sysutils/fusefs-ntfs
SirDice
August 3rd, 2009, 07:45
Or if you only require read access, the 'normal' mount with the "-t ntfs" flag.
tangram
August 3rd, 2009, 09:20
Have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/book.html#CCD-DISK-LABEL and mount_ntfs.
For example, to mount an NTFS volume located in /dev/ad1s1:
mount_ntfs /dev/ad1s1 /mnt
SirDice
August 3rd, 2009, 10:05
The mount_* commands are more or less depricated. Use mount -t ntfs /dev/ad1s1 /mnt
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.