partitionieren - mit qtparted klappts nicht

S

supersucker

Foren Gott
hi,

auf meinem arbeitsrechner hab ich zwei betriebssysteme drauf, FC4 und Win2k.
nun möchte ich eine der vorhandenen partitionen verkleinern um darauf testweise ubuntu zu installieren.

Code:
[root@supersucker ~]# fdisk -l

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

   Device Boot      Start         End      Blocks   Id  System
/dev/hdc1               1          20      160618+  83  Linux
/dev/hdc2            1318        3894    20699752+  83  Linux
/dev/hdc3   *          21        1317    10418152+   7  HPFS/NTFS
/dev/hdc4            3895        9729    46869637+   f  W95 Ext'd (LBA)
/dev/hdc5            3895        4156     2104483+  82  Linux swap / Solaris
/dev/hdc6            4157        9729    44765091   83  Linux

Partition table entries are not in disk order

Disk /dev/hdd: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1   *           2       14946   120045712+   f  W95 Ext'd (LBA)
/dev/hdd5               2       14946   120045681   83  Linux

es gibt zwei partitionen die zum verkleinern in frage kommen, /dev/hdc6 und
/dev/hdd5. also wollte ich eine der beiden partitionen mit qtparted verkleinern.

vorher hab ich beide unmounted also:

Code:
[root@supersucker ~]# umount /dev/hdc6
[root@supersucker ~]# umount /dev/hdd5

wenn ich aber nun qtparted aufrufe und mit rechten maustaste im kontextmenü "resize" auswählen möchte, so geht das bei beiden partitionen nciht weil der menüeintrag nicht anklcikbar ist (also ausgedimmt, sorry, besseres wort dafür fällt mir gerade nicht ein):

versuch ich über qtparted auf die partitione hdc6 zuzugreifen, so sehe ich in der konsole folgende fehlermeldung:

Code:
Error: Filesystem has incompatible feature enabled
No Implementation: Support for opening ntfs file systems is not implemented yet.
Error: Filesystem was not cleanly unmounted!  You should e2fsck.  Modifying an unclean filesystem could cause severe corruption.
Error: Filesystem has incompatible feature enabled

und versuch ich auf hdd5 zuzugreifen krieg ich folgende fehlermeldung:

Code:
Warning: Filesystem has errors!  You should run e2fsck.
Error: Filesystem has incompatible feature enabled

hmm, ok, aber mach ich ein

Code:
[root@supersucker ~]# e2fsck /dev/hdc6

ist die ausgabe:

Code:
e2fsck 1.37 (21-Mar-2005)
lin_data_1: clean, 2611/11195712 files, 5396713/11191272 blocks

???

und bei einem:

Code:
[root@supersucker ~]# e2fsck /dev/hdd5

krieg ich:

Code:
e2fsck 1.37 (21-Mar-2005)
Filesystem did not have a UUID; generating one.

Backing up journal inode block information.

lin_data_2 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

lin_data_2: ***** FILE SYSTEM WAS MODIFIED *****
lin_data_2: 17955/29956864 files (77.9% non-contiguous), 27506881/30011420 blocks
You have new mail in /var/spool/mail/root

und ich krieg immer noch die gleichen fehlermeldungen in der konsole wenn ich mit qtparted auf eine der beiden platten zuzugreifen versuche...

wie schaff ich es denn einfach eine der beiden partitionen zu verkleinern?
gibt es noch andere (bessere) tools als qtparted bzw. was würdet ihr machen?

danke für alle tips.........

EDIT:

hab den tip bekommen eine livecd wie zb. die SystemRescueCD zum partitionieren zu verwenden.
nur kann es dann nicht sein, das grub damit nicht klar kommt das ich partitionen "ausserhalb" meines FC4-systems ändere?
 
Zuletzt bearbeitet:

Ähnliche Themen

Neue Partition unter openSUSE 12.2 erstellen

/dev/sdb1 has been mounted 22 times without being checked

USB Festplatte wird nicht erkannt

X not starting anymore since filesystem was full

Rollei Mini Wifi Camcorder

Zurück
Oben