From owner-freebsd-questions Sun Feb 20 13:25:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id C406E37BFF6 for ; Sun, 20 Feb 2000 13:25:15 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id QAA36919; Sun, 20 Feb 2000 16:27:30 -0500 (EST) (envelope-from cjc) Date: Sun, 20 Feb 2000 16:27:30 -0500 From: "Crist J. Clark" To: Agent Drek Cc: questions@FreeBSD.ORG Subject: Re: NTFS ro mount? Message-ID: <20000220162729.D36373@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from drek@interlog.com on Sun, Feb 20, 2000 at 04:14:15PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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