Ich komme gerade mit der Anleitung nicht so zu recht. fdisk -l gibt folgendes aus:
Disk /dev/vda: 125.6 GB, 125627793408 bytes
16 heads, 63 sectors/track, 243419 cylinders, total 245366784 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0008b16e
Device Boot Start End Blocks Id System
/dev/vda1 2048 2988031 1492992 82 Linux swap / Solaris
/dev/vda2 * 2988032 41943039 19477504 83 Linux
/dev/vda3 41943040 245366719 101711840 83 Linux
Display More
Wen ich nun ,
, [d], [2], [n], [p], [2], [Enter], [Enter], [w] befolge ergibt sich folgendes:
[code]Command (m for help): u
Changing display/entry units to cylinders (DEPRECATED!)
Command (m for help): c
DOS Compatibility flag is set (DEPRECATED!)
Command (m for help): d
Partition number (1-4): 2
Command (m for help): n
Partition type:
p primary (2 primary, 0 extended, 2 free)
e extended
Select (default p): p
Partition number (1-4, default 2): 2
First cylinder (1-243419, default 1):
Using default value 1
Last cylinder, +cylinders or +size{K,M,G} (1-2, default 2):
Using default value 2
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.
Display More
Wenn ich dann weiter machen will folgt:
fsck -C0 -y -f /dev/vda2
fsck from util-linux 2.20.1
e2fsck 1.42.5 (29-Jul-2012)
/dev/vda2 is mounted.
e2fsck: Cannot continue, aborting.
Was mache ich falsch?