Ich möchte gerne die 2. Festplatte (dev/sdb) partitionieren und dann formatieren und einbinden.
Hab folgendes gemacht:
Code: Select all
fdisk /dev/sdb
n (logische partition, maximale Größe, 80GB)
w
Komm nicht weiter.... :?:
Code: Select all
fdisk /dev/sdb
n (logische partition, maximale Größe, 80GB)
w
Code: Select all
Disk /dev/sda: 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/sda1 * 1 13 97656 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 134 976562+ 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 134 9279 73456054+ 83 Linux
Disk /dev/sdb: 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/sdb1 1 9729 78148161 5 Extended
/dev/sdb5 1 9729 78148160+ 83 Linux
Code: Select all
Disk /dev/sda: 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/sda1 * 1 13 97656 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 134 976562+ 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 134 9279 73456054+ 83 Linux
Disk /dev/sdb: 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/sdb1 1 9729 78148161 83 Linux
Code: Select all
mke2fs -j /dev/sdb1
mke2fs 1.37 (21-Mar-2005)
Could not stat /dev/sdb1 --- Datei oder Verzeichnis nicht gefunden
Das Gerät scheint nicht zu existieren, haben Sie es richtig angegeben?