Re: Problem with mount_ntfs

2004-01-30 Thread Eric F Crist
On Friday 30 January 2004 08:15 am, Vladimir Yourtaev wrote: > On Friday 30 January 2004 15:19, you wrote: > > On Friday 30 January 2004 05:08 am, Vladimir Yourtaev wrote: > > > Hello all > > > My system FreeBSD-4.9 REALEASE > > > kernel compiled with options NTFS > > > hard ad0 has 3 partition: >

Re: Problem with mount_ntfs

2004-01-30 Thread Alex Zbyslaw
Jerry McAllister wrote: The last part of the name you are adding are "slices" which are what FBSD uses to divide up a partition. They are not relevant to NTFS. Just a little side terminology snit here. The 'e' refers to a _partition_ which FreeBSD uses to divide up _slices_ 's1' rather than the

Re: Problem with mount_ntfs

2004-01-30 Thread Jerry McAllister
> > When I try from to mount ntfs partition via commands: mount_ntfs > /dev/ad0s1 / mnt or mount -t ntfs /dev/ad0s1 /mnt I get a messege: > < mount_ntfs: vfsload(ntfs): File exists > > What does this mean, and what i'll do next? How I can to get access to > NTFS partition

Re: Problem with mount_ntfs

2004-01-30 Thread Alex Zbyslaw
When I try from to mount ntfs partition via commands: mount_ntfs /dev/ad0s1 / mnt or mount -t ntfs /dev/ad0s1 /mnt I get a messege: < mount_ntfs: vfsload(ntfs): File exists > What does this mean, and what i'll do next? How I can to get access to NTFS partition my hard drive? It's a while since I

Re: Problem with mount_ntfs

2004-01-30 Thread Peter Risdon
Vladimir Yourtaev wrote: On Friday 30 January 2004 15:19, you wrote: On Friday 30 January 2004 05:08 am, Vladimir Yourtaev wrote: Hello all My system FreeBSD-4.9 REALEASE kernel compiled with options NTFS hard ad0 has 3 partition: ad0s1 -Primary NTFS; ad0s2 -Extended NTFS; ad0s3 - Primary

Re: Problem with mount_ntfs

2004-01-30 Thread Vladimir Yourtaev
On Friday 30 January 2004 15:19, you wrote: > On Friday 30 January 2004 05:08 am, Vladimir Yourtaev wrote: > > Hello all > > My system FreeBSD-4.9 REALEASE > > kernel compiled with options NTFS > > hard ad0 has 3 partition: > > ad0s1 -Primary NTFS; > > ad0s2 -Extended NTFS; > > ad0s3 - Primary Free

Re: Problem with mount_ntfs

2004-01-30 Thread Eric F Crist
On Friday 30 January 2004 05:08 am, Vladimir Yourtaev wrote: > Hello all > My system FreeBSD-4.9 REALEASE > kernel compiled with options NTFS > hard ad0 has 3 partition: > ad0s1 -Primary NTFS; > ad0s2 -Extended NTFS; > ad0s3 - Primary FreeBSD; > When I try from to mount ntfs partition via commands:

RE: Problem with mount_ntfs

2004-01-30 Thread Didier WIROTH
try: mount_ntfs /dev/ad0s1 /mnt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vladimir Yourtaev Sent: Friday, January 30, 2004 12:09 PM To: [EMAIL PROTECTED] Subject: Problem with mount_ntfs Hello all My system FreeBSD-4.9 REALEASE kernel compiled with