submute
April 25th, 2009, 05:29 AM
What I'm doing..
root@felix:~# sudo mkfs.ext3 /dev/sde1
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
51200 inodes, 204800 blocks
10240 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
25 block groups
8192 blocks per group, 8192 fragments per group
2048 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 28 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Then...
sudo umount /mnt/dongle
/mnt/dongle is in fstab via:
/dev/sde1 /mnt/dongle ext3
Then df -h says:
/dev/sde1 194M 5.6M 179M 4% /mnt/dongle
What gives? What am I doing wrong? This is a 1TB drive connected via USB...
Thanks!
root@felix:~# sudo mkfs.ext3 /dev/sde1
mke2fs 1.41.3 (12-Oct-2008)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
51200 inodes, 204800 blocks
10240 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
25 block groups
8192 blocks per group, 8192 fragments per group
2048 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729
Writing inode tables: done
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 28 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Then...
sudo umount /mnt/dongle
/mnt/dongle is in fstab via:
/dev/sde1 /mnt/dongle ext3
Then df -h says:
/dev/sde1 194M 5.6M 179M 4% /mnt/dongle
What gives? What am I doing wrong? This is a 1TB drive connected via USB...
Thanks!