NTFS drive D in fstab

Ion-Mihai Tetcu itetcu at apropo.ro
Mon Feb 9 00:21:15 PST 2004


On Sun, 8 Feb 2004 19:50:39 +0200
Robert Golovniov <g-r-v at ukr.net> wrote:

> Hello freebsd-newbies,
> 
>   Can  anyone  help  me  in  figuring out how to mount the second NTFS
>   partition on FreeBSD 5.2 system?
> 
>   The  first  partion  (ad0s1) mounts just fine. Trying to mount ad0s2
>   does not work (mount_ntfs /ddrive /dev/ad0s2), as it complains about
>   an invalid argument. The same command (... /cdrive /dev/ad0s1) works
>   fine for the first Windows partition. What am I doing wrong?

First argument to mount command is the "special device" aka disk-slice
and the second is the mount point.

So mount_ntfs /dev/ad0s2 /ddrive
mount_cd9660 /acd0 /cdrom


-- 
IOnut
Unregistered ;) FreeBSD user


More information about the freebsd-newbies mailing list