In <[EMAIL PROTECTED]>, Cliff Sarginson <[EMAIL PROTECTED]> 
typed:
> Is it possible to mount a Linux logical partition on FBSD ?
> If so what is the syntax. I am trying unsucessfully to mount
> logical Linux partition 8 (inside Linux extended partition 2) from
> an IDE disk on the same machine.

Assuming that 1) it's on drive 0, 2) to be mounted on /mnt, and 3)
Linux extended and logical partitions are the same as DOS extended and
logical partitions, it should be something like:

# mount -t ext2fs /dev/ad0s8 /mnt

You'll probably need to make the device node for ad0s8.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>              http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to