Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2002 09:09:24 +0930
From:      Greg 'groggy' Lehey <grog@FreeBSD.org>
To:        joe <joe@sotham.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Mounting Microsoft and Linux file systems (was: Migrating from Mandrake to FreeBSD 4.4)
Message-ID:  <20020408090924.B514@wantadilla.lemis.com>
In-Reply-To: <20020407144417.5B7FC37B417@hub.freebsd.org>
References:  <20020407144417.5B7FC37B417@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday,  6 April 2002 at  5:44:15 -0800, joe wrote:
> I've migrated my server from mandrake 8.1 to FreeBSD. (Migrating may a
> slightly strong description..._starting over with_ is more apt description)
>
> Two physical disks exist ad0, ad1.  I installed the system, on ad0, and was
> up and running with the system within two hours. For the last two days I have
> been pondering (...reading documentation, man pages) trying to figure out how
> to mount the second set of partitions as file systems without wacking the
> data on these drives.  I am a complete loss as to how to proceed.
>
> Here's the output from fdisk ad1
>
> The data for partition 1 is:
> sysid 5,(Extended DOS)
>     start 63, size 15807897 (7718 Meg), flag 80 (active)
> 	beg: cyl 0/ head 1/ sector 1;
> 	end: cyl 983/ head 254/ sector 63
> The data for partition 2 is:
> sysid 131,(Linux filesystem)
>     start 15807960, size 24065370 (11750 Meg), flag 0
> 	beg: cyl 984/ head 0/ sector 1;
> 	end: cyl 1023/ head 254/ sector 63

Well, first you need mount points, of course.  I'll assume /C: and
/linux.

  # mount -t msdosfs /dev/ad1s1 /C:
  # mount -t ext2fs /dev/ad1s2 /linux

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

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?20020408090924.B514>