Re: mounting linux ext3 partition

2003-08-27 Thread Shantanu Mahajan
+-- Joshua Oreman [freebsd] [26-08-03 21:21 IST]: | On Tue, Aug 26, 2003 at 01:03:33AM -0400 or thereabouts, dave wrote: | > Hello, | > I'm trying to mount a linux ext3 partition. I understand that it's | > possible to do it using the ext2 kernel driver so i've recompiled a kernel | > with that

Re: mounting linux ext3 partition

2003-08-26 Thread Frank Ruell
"dave" <[EMAIL PROTECTED]> writes: > mount_ext2fs /dev/ad1 /mnt ad1 means the whole disk. > The data for partition 1 is: > sysid 131 (0x83),(Linux native) > start 63, size 78156162 (38162 Meg), flag 80 (active) > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 Then you wa

Re: mounting linux ext3 partition

2003-08-26 Thread Joshua Oreman
On Tue, Aug 26, 2003 at 01:03:33AM -0400 or thereabouts, dave wrote: > Hello, > I'm trying to mount a linux ext3 partition. I understand that it's > possible to do it using the ext2 kernel driver so i've recompiled a kernel > with that option in it. When i do: > mount_ext2fs /dev/ad1 /mnt > thi