• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem mit Kubuntu 7.10 nach Update - NTFS Problem

allo,

ich habe ein Dualbootsystem (WinXP/Kubuntu 7.10) und nach einem Update und Neustart des Systemes sind nun unter Kubuntu die NTFS Partitionen nicht mehr mountbar.

Mit gparted überprüft. Er erkennt die Partitionen und es schaut alles normal aus. Wenn ich jedoch mit fdisk -l mal nachsehe, bekomme ich folgende Ausgabe auf der bash:

harald@nbbirgit:/etc$ sudo fdisk -l
[sudo] password for harald:

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x7e8461e0

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3825 30724281 7 HPFS/NTFS
/dev/sda2 3826 6257 19535040 7 HPFS/NTFS
/dev/sda3 6258 9580 26691997+ 83 Linux
/dev/sda4 9581 9729 1196842+ 5 Extended
/dev/sda5 9581 9729 1196811 82 Linux swap / Solaris

Disk /dev/dm-0: 31.4 GB, 31461663744 bytes
255 heads, 63 sectors/track, 3824 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x444c544e

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/dm-0p1 ? 110102 110577 3815730+ 6b Unknown
Partition 1 does not end on cylinder boundary.
/dev/dm-0p2 ? 113965 200777 697317940+ 75 PC/IX
Partition 2 does not end on cylinder boundary.
/dev/dm-0p3 ? 106997 106998 1286+ 41 PPC PReP Boot
Partition 3 does not end on cylinder boundary.
/dev/dm-0p4 175983 175986 26459 0 Empty
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

Disk /dev/dm-1: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6d657473

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/dm-1p1 ? 33829 155442 976859833 74 Unknown
Partition 1 does not end on cylinder boundary.
/dev/dm-1p2 ? 120594 169080 389460666 a OS/2 Boot Manager
Partition 2 does not end on cylinder boundary.
/dev/dm-1p3 ? 33755 137276 831535540+ 0 Empty
Partition 3 does not end on cylinder boundary.
/dev/dm-1p4 ? 10498 10498 0 65 Novell Netware 386
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

==================

Kann mir jemand weiterhelfen, woran dies liegen könnte? Es sollten eigentlich nur die Einträge von /dev/sda vorhanden sein. Die anderen sind mir unbekannt. Ich hab auch nur eine HD mit 80 GB im Notebook.

LG,
Harald Hager
 
OP
H

Harald Hager

Newbie
Analyse mit testdisk:
TestDisk 6.6, Data Recovery Utility, February 2007
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org

Disk /dev/sda - 80 GB / 74 GiB - CHS 9729 255 63
Current partition structure:
Partition Start End Size in sectors

1 * HPFS - NTFS 0 1 1 3824 254 63 61448562 [SYSTEM]
Warning: Incorrect number of heads/cylinder 16 (NTFS) != 255 (HD)
2 P HPFS - NTFS 3825 0 1 6256 254 63 39070080 [DATEN]
3 P Linux 6257 0 1 9579 254 63 53383995
4 E extended LBA 9580 0 1 9728 254 63 2393685
5 L Linux Swap 9580 1 1 9728 254 63 2393622

===================================================================
fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
UUID=0a890fb1-3d9c-4130-aa15-1ad8e8c107f9 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda1
UUID=A0F0A30BF0A2E6AE /media/sda1 ntfs defaults,umask=007,gid=46 0 1
# /dev/sda2
UUID=19490CB52CDB3DA7 /media/sda2 ntfs defaults,umask=007,gid=46 0 1
# /dev/sda5
UUID=ab347f39-aaac-42d8-8afc-833513e2cd15 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
~

===================================================================
mounten:
harald@nbbirgit:~$ sudo mount /dev/sda1 /media/sda1
[sudo] password for harald:
fuse: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/sda1 (SYSTEM)
harald@nbbirgit:~$
 
OP
H

Harald Hager

Newbie
Hm... ich hab das jetzt so gelöst, dass ich mal neu installiert habe und jetzt geht es. Lustigerweise dürfte der Fehler auf der Ext2 Partition verursacht worden sein 0_o...

Jetzt hab ich nur das Problem, das sich meine SWAP Datei nicht vergrößern lässt *g*. Aber das ist noch akzeptabel.
 
OP
H

Harald Hager

Newbie
Nö, wusste ich nicht :oops: Bin noch relativ unerfahren mit dem System, wie Linux arbeitet (obwohl es eigentlich irgendwo logisch ist :) ) . Aber danke für den Tipp! Ich habe sogar probiert über Partition Magic in Windows sie zu erweitern, aber da geht es bis auf ein paar MB nicht. Die bleiben immer frei.

Kann ich die eigentlich einfach so im laufenden Betrieb deaktivieren, oder muss ich das über eine Live CD machen, wenn das System nicht läuft?

LG,
Harald
 

whois

Ultimate Guru
Harald Hager schrieb:
Kann ich die eigentlich einfach so im laufenden Betrieb deaktivieren, oder muss ich das über eine Live CD machen, wenn das System nicht läuft?
Dies sollte man sogar über eine Live CD machen, alles andere kann und wird auch oft genug Probleme machen.
 
Oben