Re: Linux File System Won't Mount

2003-11-19 Thread Malcolm Kay
On Wed, 19 Nov 2003 06:35, Barry Skidmore wrote:
 Vahric,

 Here are the results of the mount you suggested:

 digital-village# mount
 /dev/ad1s1a on / (ufs, local)
 /dev/ad1s1e on /boot (ufs, local, soft-updates)
 /dev/ad1s1g on /home (ufs, local, soft-updates)
 /dev/ad1s1d on /tmp (ufs, local, soft-updates)
 /dev/ad1s1f on /usr (ufs, local, soft-updates)
 /dev/ad1s1h on /var (ufs, local, soft-updates)
 procfs on /proc (procfs, local)

 digital-village# mount_ext2fs /dev/ad1s1 /mnt
 mount_ext2fs: vfsload(ext2fs): No such file or directory
 digital-village# mount_ext2fs /dev/ad1s1a /mnt
 mount_ext2fs: vfsload(ext2fs): No such file or directory


The response from mount says that the system has already 
found and mounted FreeBSD partitions from ad1s1. 
You cannot possibly have any linux (ext2fs) file systems there
at the same time.

It seems either your linux system is somewhere else or
you have overwritten it when installing FreeBSD.

Malcolm
  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Linux File System Won't Mount

2003-11-18 Thread Vahric MUHTARYAN
Hi ,

First please add  options EXT2FS  to you kernel config
file and recompile it . after that you can use it ?! 

Before that could you try ; 

mount_ext2fs /dev/yourdevicelike-ad1s1 /mnt 

it will try to load module  

Best Regards 
Vahric

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Barry Skidmore
Sent: Tuesday, November 18, 2003 9:06 PM
To: FreeBSD-Questions
Subject: Linux File System Won't Mount

I just did a fresh install of FreeBSD-4.9-RELEASE-i386 with Linux
emulation, however I can not mount the file system.

The first step is to load the linprocfs kernel module, but that gives me
the following error:

kldload: can't load /modules/linprocfs.ko: Exec format error.

The second step is to actually mount the linux file system, which also
fails, probably because the linprocfs kernel model needs to be loaded
first:

digital-village# mount -t linprocfs linprocfs /compat/linux/proc
linprocfs: vfsload(linprocfs): Exec format error

A look in dmesg shows the following:
link_elf: symbol nextpid undefined
link_elf: symbol nextpid undefined


I did a Google search for this error, but did not turn up anything.

Thanks for any help,
Barry

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Linux File System Won't Mount

2003-11-18 Thread Barry Skidmore
Vahric,

Here are the results of the mount you suggested:

digital-village# mount
/dev/ad1s1a on / (ufs, local)
/dev/ad1s1e on /boot (ufs, local, soft-updates)
/dev/ad1s1g on /home (ufs, local, soft-updates)
/dev/ad1s1d on /tmp (ufs, local, soft-updates)
/dev/ad1s1f on /usr (ufs, local, soft-updates)
/dev/ad1s1h on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)

digital-village# mount_ext2fs /dev/ad1s1 /mnt
mount_ext2fs: vfsload(ext2fs): No such file or directory
digital-village# mount_ext2fs /dev/ad1s1a /mnt
mount_ext2fs: vfsload(ext2fs): No such file or directory


On Tue, 2003-11-18 at 14:10, Vahric MUHTARYAN wrote:
 Before that could you try ; 
 
 mount_ext2fs /dev/yourdevicelike-ad1s1 /mnt 
 
 it will try to load module  


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux File System Won't Mount

2003-11-18 Thread Barry Skidmore
On Tue, 2003-11-18 at 14:25, Charles Howse wrote:
 Hey!  Sorry to see you're still having trouble with this.
 All I can add is to state the obvious, it helps me sometimes.
 You *do* have linux_enable=YES in /etc/rc.conf?
 You *did* install Linux Compatibility?
 Have you taken a look at man brandelf?
 
 The commands you listed work like a charm here on 4.8.

Charles,

Yes, I did install Linux compatibility as part of the original
installation of FreeBSD, and I do have the proper entry in rc.conf.

One thing though, when I was trying to install OpenOffice, I received an
error message that something was incompatible with linux_base-7 (which
is listed as 'linux_base' in ports), and that I should uninstall it and
install linux_base-6 in its place.  Could that possibly be the source of
the problem I am having?
 
/usr/ports/emulators:
linux_base
linux_base-6
linux_base-8 

Barry

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Linux File System Won't Mount

2003-11-18 Thread Barry Skidmore
Vahric,

/dev includes the following entries:
ad1s1
ad1s1a
ad1s1b
ad1s1c
ad1s1d
ad1s1e
ad1s1f
ad1s1g
ad1s1h 

Barry


On Tue, 2003-11-18 at 15:21, Vahric MUHTARYAN wrote:
 Please could you check you /dev drectory ... COULD YOU SEE ad1 and ad1s1
 or like this if not you have to create it manuley with 
 
 sh MAKEDEV ad1 
 and others ... 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]