Mailinglist Archive: opensuse-factory (533 mails)
| < Previous | Next > |
Re: [opensuse-factory] Netiso MS3: Not all needed modules present in repo.
- From: Oddball <monkey9@xxxxxx>
- Date: Sun, 11 Apr 2010 21:16:31 +0200
- Message-id: <4BC2200F.1040004@xxxxxx>
Rajko M. schreef:
ext2 68712 1
ext3 140824 5
mbcache 9484 2 ext2,ext3
jbd 61752 1 ext3
oddball@AMD64x2-sfn1:~> su
Wachtwoord:
AMD64x2-sfn1:/home/oddball # file -s /dev/sda11
/dev/sda11: Linux rev 1.0 ext4 filesystem data (extents) (large files)
(huge files)
AMD64x2-sfn1:/home/oddball # mount -t ext4 /dev/sda11 /mnt
mount: onbekende bestandssysteemsoort 'ext4'
(mount: unknown filesystem 'ext4')
AMD64x2-sfn1:/home/oddball #
--
Enjoy your time around,
Oddball, aka M9.
OS: Linux 2.6.27.19-3.2-default x86_64
Huidige gebruiker: oddball@AMD64x2-sfn1
Systeem: openSUSE 11.1 (x86_64)
KDE: 4.2.1 (KDE 4.2.1) "release 103"
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
On Sunday 11 April 2010 12:54:38 Oddball wrote:oddball@AMD64x2-sfn1:~> lsmod | grep ext
installed is 2.6.27.29-0.1.1 (aug. 2009) but mount in a console gives
the same output as in a gui: incorrect file system type, invalid option,
missing code page, being lacking aid programme, bad super block-system
on /dev/sda11, or another wrong ..
You have to check is driver actually loaded with:
lsmod | grep ext
it should output driver name and all other kernel modules that use it.
What is output of (as root):
file -s /dev/sda11
it should give you file system type.
You can try also (as root):
mount -t ext4 /dev/sda11 /mnt
ext2 68712 1
ext3 140824 5
mbcache 9484 2 ext2,ext3
jbd 61752 1 ext3
oddball@AMD64x2-sfn1:~> su
Wachtwoord:
AMD64x2-sfn1:/home/oddball # file -s /dev/sda11
/dev/sda11: Linux rev 1.0 ext4 filesystem data (extents) (large files)
(huge files)
AMD64x2-sfn1:/home/oddball # mount -t ext4 /dev/sda11 /mnt
mount: onbekende bestandssysteemsoort 'ext4'
(mount: unknown filesystem 'ext4')
AMD64x2-sfn1:/home/oddball #
available is: 2.6.27.45-0.1.1 (feb. 2010)
Would it be wise to install that one?
If that is regular update then use it independent on ext4dev driver issues.
--
Enjoy your time around,
Oddball, aka M9.
OS: Linux 2.6.27.19-3.2-default x86_64
Huidige gebruiker: oddball@AMD64x2-sfn1
Systeem: openSUSE 11.1 (x86_64)
KDE: 4.2.1 (KDE 4.2.1) "release 103"
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |