> >> The standard kernel doesn't have ext2fs support now; I doubt the 6.1
> >> release was different. Try loading it as a module; "kldload ext2fs".
> >
> > It seems not to be that easy :(
> >
> > # kldload ext2fs
> > kldload: can't load ext2fs: No such file or directory
> >
> > Where is ext2fs
[EMAIL PROTECTED] (Perry Hutchison) writes:
>> The standard kernel doesn't have ext2fs support now; I doubt the 6.1
>> release was different. Try loading it as a module; "kldload ext2fs".
>
> It seems not to be that easy :(
>
> # kldload ext2fs
> kldload: can't load ext2fs: No such file or di
> >> > # ll /dev/ad0s7
> >> > crw-r- 1 root operator0, 93 Sep 4 02:30 /dev/ad0s7
> >> > # file -s /dev/ad0s7
> >> > /dev/ad0s7: Linux rev 1.0 ext2 filesystem data
> >> > # grep -w ad0s7 /etc/fstab
> >> > /dev/ad0s7 /linux ext2fs ro 0 0
> >> > # ll -d /l
On Thu, Sep 14, 2006 at 02:07:56PM -0700, Perry Hutchison wrote:
> > > # ll /dev/ad0s7
> > > crw-r- 1 root operator0, 93 Sep 4 02:30 /dev/ad0s7
> > > # file -s /dev/ad0s7
> > > /dev/ad0s7: Linux rev 1.0 ext2 filesystem data
> > > # grep -w ad0s7 /etc/fstab
> > > /dev/ad0s7 /linux
[EMAIL PROTECTED] (Perry Hutchison) writes:
>> > # ll /dev/ad0s7
>> > crw-r- 1 root operator0, 93 Sep 4 02:30 /dev/ad0s7
>> > # file -s /dev/ad0s7
>> > /dev/ad0s7: Linux rev 1.0 ext2 filesystem data
>> > # grep -w ad0s7 /etc/fstab
>> > /dev/ad0s7 /linux ext2fs ro
> > # ll /dev/ad0s7
> > crw-r- 1 root operator0, 93 Sep 4 02:30 /dev/ad0s7
> > # file -s /dev/ad0s7
> > /dev/ad0s7: Linux rev 1.0 ext2 filesystem data
> > # grep -w ad0s7 /etc/fstab
> > /dev/ad0s7 /linux ext2fs ro 0 0
> > # ll -d /linux
> > drwxr-xr-x
On Thu, Sep 14, 2006 at 12:27:11AM -0700, Perry Hutchison wrote:
> What am I doing wrong?
>
> # ll /dev/ad0s7
> crw-r- 1 root operator0, 93 Sep 4 02:30 /dev/ad0s7
> # file -s /dev/ad0s7
> /dev/ad0s7: Linux rev 1.0 ext2 filesystem data
> # grep -w ad0s7 /etc/fstab
> /dev/ad0s7 /lin