Date: Thu, 22 Mar 2001 15:13:04 +0300 From: "Andrey Nepomnyaschih" <nas@chartpilot.ru> To: <sphinX@euromedia.ro>, <freebsd-newbies@FreeBSD.ORG> Subject: RE: ntfs - question Message-ID: <JJEMLKBMLOILNFFEFDKCCEKNCHAA.nas@chartpilot.ru> In-Reply-To: <20010322085127.D426336F9@sitemail.everyone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?JJEMLKBMLOILNFFEFDKCCEKNCHAA.nas>