View previous topic :: View next topic |
Author |
Message |
catfish52 n00b
Joined: 25 Jun 2005 Posts: 8
|
Posted: Sun Feb 12, 2006 9:18 pm Post subject: (solved) - P-ATA Platten lassen sich nicht mehr mounten... |
|
|
folgende fehlermeldungen bekomme ich beim mounten
von /dev/sdb1 (usb-ata-platte) und /dev/hda1 (ata-platte)
# mount /dev/hda1 /mnt/hda1
mount: /dev/hda1 already mounted or /mnt/hda1 busy
# mount /dev/sdb1 /mnt/usb1
mount: /dev/sdb1 already mounted or /mnt/usb1 busy
_____________________________________________
# cat /etc/mtab
/dev/sda4 / ext3 rw,noatime,grpquota,resuid=1000,usrquota 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw 0 0
cachedir /lib/splash/cache tmpfs rw 0 0
none /dev/shm tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw,devmode=0664,devgid=85 0 0
192.168.0.80:/mnt/hdc1 /mnt/fs nfs rw,addr=192.168.0.80,addr=192.168.0.80 0 0
____________________________________________________________________
um einen kontroller/platten defekt auszuschließen,
habe ich testweise kanotix von cd gebooted - die dev's ließen sich unter dem livesystem einwandfrei mounten
auch das booten mit älteren kernels ändert nichts. aktuell verwende ich die nitro sources 2.6.15-r3.....
auch wird der hd und usb mass storage controller einwandfrei erkannt....
weiß jemand was hier falsch läuft, bzw wie ich den fehler eingrenzen kann ?
Last edited by catfish52 on Mon Feb 13, 2006 11:30 am; edited 1 time in total |
|
Back to top |
|
|
Bloody_Viking Tux's lil' helper
Joined: 15 Feb 2005 Posts: 123 Location: Hemsbach BW
|
Posted: Sun Feb 12, 2006 10:19 pm Post subject: |
|
|
Hmm,
Schon mal ein unmount erst probiert und noch mal gemountet die Ausgabe der log-datei wäre jetzt interresant. |
|
Back to top |
|
|
catfish52 n00b
Joined: 25 Jun 2005 Posts: 8
|
Posted: Mon Feb 13, 2006 11:29 am Post subject: |
|
|
ich konnte den fehler zwischenzeitlich eingrenzen, lag an dem dm_mod....
hab den kernel ohne das devicemapping feature neugebacken und alles ist fine
Code: | seven catfish # umount /dev/hda1 -v
Could not find /dev/hda1 in mtab
umount: /dev/hda1: not mounted
seven catfish # mount /dev/hda1 /mnt/hda1
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
seven catfish # dmesg | grep *hda*
seven catfish # dmesg | grep hda
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hda: IC35L120AVV207-0, ATA DISK drive
hda: max request size: 1024KiB
hda: 241254720 sectors (123522 MB) w/1821KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2
NTFS-fs error (device hda1): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device hda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device hda1): ntfs_fill_super(): Not an NTFS volume.
NTFS-fs error (device hda1): read_ntfs_boot_sector(): Primary boot sector is invalid.
NTFS-fs error (device hda1): read_ntfs_boot_sector(): Mount option errors=recover not used. Aborting without trying to recover.
NTFS-fs error (device hda1): ntfs_fill_super(): Not an NTFS volume.
seven catfish # mount /dev/hda1 /mnt/hda1 -t ect3
mount: unknown filesystem type 'ect3'
seven catfish # mount /dev/hda1 /mnt/hda1 -t ext3 |
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|