mke2fs

"mke2fs /dev/hdb1"
mit diesem Befehl kann ich doch meine festplatte in ein ext3-dateisystem umwandeln. beim ausführen des befehls kommt das hier:

mke2fs 1.32 (09-Nov-2002)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
4889248 inodes, 9769520 blocks
488476 blocks (5.00%) reserved for the super user
First data block=0
299 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored in blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
4096000, 7962624

Writing inode tables: done
writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 31 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.



Danach geb ich "mount -t /dev/hdb1" ein und in der nächsten Zeile erscheint wieder der Prompt also wurde der Befehl ja ausgeführt. Wo kann ich jetzt das Laufwerk erreichen? wenn ich in nautilus /dev/hdb1 eingeb funktioniert es nicht auch cd /dev/hdb1 geht nicht. im hardware browser wird die platte korrekt angezeigt aber im user mount-tool wird sie gar nicht angezeigt.

mfg
matrixII
 
-t vfstype

The argument following the -t is used to indicate the file system type. The file system types which are currently supported are: adfs, affs, autofs, coda, coherent, cramfs, devpts, efs, ext, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs nfs, ntfs, proc, qnx4, ramfs, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, vfat, xenix, xfs, xiafs. Note that coherent, sysv and xenix are equivalent and that xenix and cohe rent will be removed at some point in the future -- use sysv instead. Since kernel version 2.1.21 the types ext and xiafs do not exist anymore.

Und irgendwo hin mounten moechtest Du das Device vieleicht auch, oder?
 
Zurück
Oben