tato chyba sa viaze s tymto pc: http://www.ebastlirna.cz/modules.php?name=Forums&file=viewtopic&t=45713
mam 2 hdd v pc, jeden PRIMAR na ktorom je os debian (1 GB) a druhy SEKUNDAR (2,5 GB) ktory chcem pouzit na apache.
tu je vypis z fdisk -l
Kód: Vybrat vše
root@pwn3r-debian:~# fdisk -l
Disk /dev/sda: 1089 MB, 1089994752 bytes
255 heads, 63 sectors/track, 132 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000bc27c
Device Boot Start End Blocks Id System
/dev/sda1 * 1 121 964608 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 121 133 97281 5 Extended
Partition 2 does not end on cylinder boundary.
/dev/sda5 121 133 97280 82 Linux swap / Solaris
Disk /dev/sdb: 2559 MB, 2559836160 bytes
255 heads, 63 sectors/track, 311 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x7768512d
Device Boot Start End Blocks Id System
/dev/sdb1 1 311 2498076 5 Extended
formatujem podla tohto navodu: http://n00bhacker.blogspot.com/2008/01/creating-ext2-partition-to-save-changes.html ale dajak sa mi nedari,
zasekne sa to pri prikaze mkfs.ext3 /dev/sdb1
Kód: Vybrat vše
root@pwn3r-debian:~# mkfs.ext3 /dev/sdb1
mke2fs 1.41.12 (17-May-2010)
mkfs.ext3: inode_size (128) * inodes_count (0) too big for a
filesystem with 0 blocks, specify higher inode_ratio (-i)
or lower inode count (-N).