On 10/29/06, Jay Jesus Amorin <[EMAIL PROTECTED]> wrote:
hi,
pls. help me mount my partition in my linux partitions
#fdisk -lu /dev/hda (in linux)
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 63 48821534 24410736 a6 OpenBSD
/dev/hda2 48821535 156296384 53737425 5 Extended
/dev/hda5 48821598 52725329 1951866 a6 OpenBSD
/dev/hda6 52725393 101546864 24410736 83 Linux
/dev/hda7 101546928 105450659 1951866 82 Linux swap / Solaris
/dev/hda8 105450723 156296384 25422831 83 Linux
how will i mount /dev/hda8 and /dev/hda6 in openbsd?
my openbsd /etc/fstab entry:
/dev/wd0a / ffs rw 1 1
For the linux partitions, change the "ffs" field to "ext2fs". Try "man
ffs" and "man ext2fs"
-Nick