Ok, with the help from Antiloop, the ext3 partition is up and running:
I had forgotten (I did not know I needed it actually) to create the filesystem using:
Which gives the following output:Code:mke2fs -j /dev/discs/disc0/part5
After that the partition can be mounted using:Code:$ mke2fs -j /dev/discs/disc0/part5 mke2fs 1.35 (28-Feb-2004) Filesystem label= OS type: Linux Block size=1024 (log=0) Fragment size=1024 (log=0) 16064 inodes, 64228 blocks 3211 blocks (5.00%) reserved for the super user First data block=1 8 block groups 8192 blocks per group, 8192 fragments per group 2008 inodes per group Superblock backups stored on blocks: 8193, 24577, 40961, 57345 Writing inode tables: done Creating journal (4096 blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 38 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.
Done! Thanks Antiloop!!Code:mount -o rw,noatime /dev/discs/disc0/part5 /tmp/slet/![]()


Reply With Quote