From owner-freebsd-newbies Thu Mar 22 4:12:35 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from relay.wplus.net (relay.wplus.net [195.131.52.179]) by hub.freebsd.org (Postfix) with ESMTP id 532F637B719 for ; Thu, 22 Mar 2001 04:12:26 -0800 (PST) (envelope-from nas@chartpilot.ru) Received: from relay1.wplus.net (smtp.wplus.net [195.131.52.143]) by relay.wplus.net (8.9.1/8.9.1/wplus.2) with ESMTP id PAA49089; Thu, 22 Mar 2001 15:11:38 +0300 (MSK) X-Real-To: freebsd-newbies@FreeBSD.ORG Received: from dimetra (ip50-173.dialup.wplus.net [195.131.50.173]) by relay1.wplus.net (8.9.1/8.9.1/wplus.2) with SMTP id PAA95321; Thu, 22 Mar 2001 15:12:21 +0300 (MSK) From: "Andrey Nepomnyaschih" To: , Subject: RE: ntfs - question Date: Thu, 22 Mar 2001 15:13:04 +0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20010322085127.D426336F9@sitemail.everyone.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Assuming that you created your drive d: in extended partion, it should have name /dev/ad0s5 so to mount it you will need to run: mount -t ntfs /dev/ad0s5 /ntfs_d if drive d is another primary partion then try to mount /dev/ad0s2, /dev/ad0s3, /dev/ad0s4 if it won't work try to run ls /dev/ | grep ^ad0s The output should give you a clue whether partion could go. Have a good time, Andrey Nepomnyaschih nas@asystems.lv BTW. Don't forget to change all ad0 to ad1, nt was installed on the second drive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message