Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2004 10:22:34 +0200
From:      Ion-Mihai Tetcu <itetcu@apropo.ro>
To:        Robert Golovniov <g-r-v@ukr.net>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: NTFS drive D in fstab
Message-ID:  <20040209102234.5a3b3c2d@it.buh.cameradicommercio.ro>
In-Reply-To: <200402081753.i18HrJbS003236@gw.core>
References:  <200402081753.i18HrJbS003236@gw.core>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 Feb 2004 19:50:39 +0200
Robert Golovniov <g-r-v@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209102234.5a3b3c2d>