Mount ext2fs partition

Mount ext2fs partition

Post by Marcel Lemm » Sun, 02 Jan 2000 04:00:00



I'm trying to mount a Linux partition (ext2fs) but it doesn't work.
I've enabled the Ext2fs in the kernel and disklabel shows me I have to use
/dev/wd1i
When I try to mount I'll get this error:
ftp# mount -t ext2fs /dev/wd1i /mnt/
mount_ext2fs: /dev/wd1i on /mnt: Inappropriate file type or format

Is there any good documentation about mounting linux partitions or does
anybody knows what I'm doin' wrong?

Thnx,

Marcel Lemmen

 
 
 

Mount ext2fs partition

Post by Rolan » Mon, 03 Jan 2000 04:00:00


I also have the problem, that I cant mount my linux Partition.
This is what I did:
added
/dev/wd1j /linux/image ext2fs rw 1 2
to /etc/fstab
-- i checked in the disklabel editor, that "j" is the correct letter.
then:

TheBastard# mount /linux/image
mount_ext2fs: /dev/wd1j on /linux/image: Inappropriate file type or
format
TheBastard# Jan  2 14:24:23 TheBastard /bsd: Wrong magic number: ef53
(expected ef53 for ext2 fs) or wrong revision number: 1 (expected 0 for
ext2 fs)
Jan  2 14:24:23 TheBastard /bsd: Wrong magic number: ef53 (expected ef53
for ext2 fs) or wrong revision number: 1 (expected 0 for ext2 fs)
Like marcel i would also apreciate some help, as I did it (in my
opinion) according to the INSTALL_LINUX manual.

Thnx
                        Roland

Quote:

> I'm trying to mount a Linux partition (ext2fs) but it doesn't work.
> I've enabled the Ext2fs in the kernel and disklabel shows me I have to use
> /dev/wd1i
> When I try to mount I'll get this error:
> ftp# mount -t ext2fs /dev/wd1i /mnt/

Perhaps you should try a diffrent mountpoint like "/linux"

Quote:> mount_ext2fs: /dev/wd1i on /mnt: Inappropriate file type or format

> Is there any good documentation about mounting linux partitions or does
> anybody knows what I'm doin' wrong?
nope

> Thnx,

sorry
> Marcel Lemmen


 
 
 

Mount ext2fs partition

Post by mc.. » Mon, 03 Jan 2000 04:00:00



Quote:>I'm trying to mount a Linux partition (ext2fs) but it doesn't work.
>I've enabled the Ext2fs in the kernel and disklabel shows me I have to use
>/dev/wd1i
>When I try to mount I'll get this error:
>ftp# mount -t ext2fs /dev/wd1i /mnt/

                                    ^
                              This'll do it every time.

Quote:>mount_ext2fs: /dev/wd1i on /mnt: Inappropriate file type or format

Trim out that final "/" and try it again.  
 
 
 

Mount ext2fs partition

Post by GraWlfan » Wed, 05 Jan 2000 04:00:00


The source of your problem lies in the fact that you have selected an
option in the /etc/fstab file that forces an fsck on the filesystem on
startup. Replace the 2 for a 0 which will not cause the filesystem to be
fsck'ed and you should be fine...I was...

--
Mark W J Redding
A crash reduces your expensive computer to a simple stone.

GPG KeyID: F6C8C7B0
GPG Key Server: http://pgp5.ai.mit.edu/pks-commands.html
GPG Fingerprint : 1D26 858F 358C CD8F E0AB  A2A2 83A3 799B F6C8 C7B0

Linux, use the source luke.
OpenBSD, Strong Crypto.

 
 
 

1. Mounting ext2fs partitions in an extended partition

I'm a Linux user just getting to grips with FreeBSD. Whilst I know I
can mount my ext2fs partitions under FreeBSD, I have heard that this
isn't possible when they're located inside a DOS extended
partition. Is this true? Knowing this will save me from spending time
trying to get something to work that just isn't going to.

Going the other way, I was disappointed to discover that UFS support
in Linux is broken. I picked up the alternative alpha u2fs package and
tried to compile that into in my kernel tree, but the compile bombed
out. I think it needs to be modified for my glibc based Linux. Sigh...

In short, I can't mount in either direction at the moment, whilst I'd
hoped for a healthy interaction between the two. They're both on the
same machine, BTW, so NFS isn't an option.

Ian
--
Ian Macdonald                         |       Don't give in to spammers.
http://www.caliban.org/               |      Use your real e-mail address
PGP key available from public servers |               on Usenet.
Linux 2.0.33 on an i686               |

2. How can convert mode of file from in letters to numerical format?

3. Mounting ext2fs partition fails

4. LILO trouble

5. Mounting ext2fs partitions with FreeBSD-current

6. wierd last log entry

7. Mounting Linux (ext2fs) partition under Win95

8. chroot && mount -o bind && security

9. 2.2.6 crashes with ext2fs-partition mounted

10. Mounting ext2fs extended partitions in Solaris

11. Mounting Ext2fs-formatted partitions in 2.2.5-r

12. FreeBSD can't sync disks with ext2fs partition mounted.

13. Four primary partitions (3 FAT32, 1 ext2fs) can't install RH62 without swap partition?