Date: Sun, 20 Feb 2000 16:27:30 -0500 From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: Agent Drek <drek@interlog.com> Cc: questions@FreeBSD.ORG Subject: Re: NTFS ro mount? Message-ID: <20000220162729.D36373@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <Pine.BSF.4.10.10002201608440.94184-100000@bunny.monsterbymistake.com>; from drek@interlog.com on Sun, Feb 20, 2000 at 04:14:15PM -0500 References: <Pine.BSF.4.10.10002201503180.7560-100000@sasknow.com> <Pine.BSF.4.10.10002201608440.94184-100000@bunny.monsterbymistake.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 20, 2000 at 04:14:15PM -0500, Agent Drek wrote: > |> did that ... got the drive mounted > |> /dev/wd1s1c > |> > |> but that mounts what the NT Workstation called C:/ > |> > |> how can I mount another partition that the NT called D:/ > |> > |> many many thanks, > | > |Hard to say. At first guess, try /dev/wd1s1d :-) Without knowing the > |exact configuration of your drive setup, there is no way for me to > |accurately guess where your D:\ partition exists, or whether it is > |logical or primary. And, with NT, it is also possible to "break" the > |standard DOS drive letter naming convention, where D:\ might not really be > |the second partition on your drive anyway. > | > > I did a > cd /dev > sh MAKEDEV wd1s1a > and got these devices > wd1s1 wd1s1a wd1s1b wd1s1c wd1s1d wd1s1e wd1s1f wd1s1g wd1s1h > > I've tried 'em all and only wd1s1c works. > with these results: > mount_ntfs: /dev/wd1s1h: Invalid argument > zupa# mount_ntfs /dev/wd1s1c /usr2 > > is there anything else I can do? Did I make the devices correctly? You are trying to find NTFSs inside of UFS partitions? Try devices, /dev/wd1s2 /dev/wd1s3 /dev/wd1s4 You want to look at different slices (MS-DOS partitions), not UFS partitions. (Note that wd1s1 == wd1s1c.) -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000220162729.D36373>