I mounted a GUID partitioned external hard disk with NTFS file system.
I've already used the disk from other opeartion systems.
"mount_ntfs" is not safe, because the write support has a bug.
So it is required to use ntfs-3g package.
And the package requires "puffs".
# uname -rs
NetBSD 9.2
# pkgin install fuse-ntfs-3g perfuse
# ed /etc/mk.conf
a
MKPUFFS=yes
.
w
q
# dmesg|grep -i hdd
[ 6.393393] sd0 at scsibus0 target 0 lun 0: <BUFFALO, External HDD, 0000> disk fixed
# dkctl sd0
...(several lines omitted)
listwedges:
/dev/rsd0: 1 wedge:
dk5: Basic data partition, 5860530176 blocks at 2048, type: ntfs
# mkdir /mydisk
# env PERFUSE_BUFSIZE=$((132 * 1024)) ntfs-3g /dev/dk5 /mydisk
# df -h
...(several line omitted)
/dev/dk5 2.7T 2.6T 174G 93% /mydisk