Kod: Zaznacz cały
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x42f842f8
Device Boot Start End Blocks Id System
/dev/sda1 1 3647 29294496 5 Extended
/dev/sda2 3648 6079 19535040 83 Linux
/dev/sda3 6080 18237 97659135 83 Linux
/dev/sda4 18238 30401 97707330 83 Linux
/dev/sda5 * 1 34 273042 83 Linux
/dev/sda6 35 642 4883728+ 83 Linux
/dev/sda7 643 1007 2931831 83 Linux
/dev/sda8 1008 1353 2779213+ 82 Linux swap / Solaris
/dev/sda9 1354 1402 393561 83 Linux
/dev/sda10 1403 3647 18032931 83 Linux
Kod: Zaznacz cały
szarotka:/home/danuta# mount -t ext3 /dev/sda2 /mnt/dysk1
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Wydawało mi się, że przy instalacji systemu ustawiałem typ ext3 ale cfdisk pokazuje dla tych 3 partycji typ: Linux, dla pozostałych Linux ext3.
Próbowałem już zmieniać w cfdisku ale nie chce ruszyć.
[Dodano: 2008-12-26, 22:42]
Okazało się, że nie miałem poprawnie nadanego typu plików. Więc nadałem ext3 i sformatowałem partycje ale nadal nie mogę zamontować.
Kod: Zaznacz cały
szarotka:/home/danuta# mount -t ext3 /dev/sda1 /mnt/dysk1
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or helper program, or other error
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
In some cases useful info is found in syslog - try
dmesg | tail or so
szarotka:/home/danuta#