[SOLUTION] Re: mount_ext2fs returning ENODEV on 6.1

2006-09-15 Thread Perry Hutchison
> >> 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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-15 Thread Lowell Gilbert
[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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-14 Thread Perry Hutchison
> >> > # 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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-14 Thread Kris Kennaway
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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-14 Thread Lowell Gilbert
[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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-14 Thread Perry Hutchison
> > # 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

Re: mount_ext2fs returning ENODEV on 6.1

2006-09-14 Thread Kris Kennaway
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