Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 1998 21:08:50 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        =?iso-8859-1?Q?=E1=2E=E7=2E=E2=C1=C4=C5=D1=CE?= <agbad@orc.ru>, FreeBSD <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Question
Message-ID:  <19980923210850.B21115@scientia.demon.co.uk>
In-Reply-To: <001701bde6fd$3e7dfb40$0100007f@localhost>
References:  <001701bde6fd$3e7dfb40$0100007f@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
á.ç.âÁÄÅÑÎ wrote:

> I have two OS - Win98 and FreeBSD 2.2.5. I want mount Win98 under
> FreeBSD. Where I can find the name of the first sector(Win98) of my
> hard disk (in the /etc/fstab name absent)?

If you have an IDE disk, try using /dev/wd0s1, if scsi, /dev/sd0s1 I
think. In my /etc/fstab I have


/dev/wd0s1		/dos/c		msdos	rw		0	0
/dev/wd0s5		/dos/d		msdos	rw		0	0
/dev/wd0s6		/dos/e		msdos	rw		0	0

/dev/wd0s5 and /dev/wd0s6 are the DOS extended partitions, you may not
need these. (Change /dos/c to where you want it mounted, /win98 for
example. And make sure /win98 exists and is a directory.)

After this, type

# mount /win98

to mount it.

All this assumes Win98 uses the first partition on the disk. This is
probably a bad idea, imo Win98 would be better off in /dev/null :-)

-- 
Ben Smithurst : ben@scientia.demon.co.uk : http://www.scientia.demon.co.uk/

PGP: 0x99392F7D - 3D 89 87 42 CE CA 93 4C  68 32 0E D5 36 05 3D 16
     http://www.scientia.demon.co.uk/ben/pgp-key.html (or use keyservers)

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?19980923210850.B21115>