doraemon:~# mke2fs -c -j /dev/hdg1
mke2fs 1.35 (28-Feb-2004)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
15089664 inodes, 30156005 blocks
1507800 blocks (5.00%) reserved for the super user
First data block=0
921 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872
Checking for bad blocks (read-only test): done
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 26 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
doraemon:~# more /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda2 / ext3 errors=remount-ro 0 1
/dev/hda1 none swap sw 0 0
#/dev/hdc1 /ftp1 vfat defaults,iocharset=big5,codepage=950 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/hdg1 /ftp/ftp1 reiserfs defaults 0 0
doraemon:~# mount -a
mount: wrong fs type, bad option, bad superblock on /dev/hdg1,
or too many mounted file systems
doraemon:~# mount -l
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
如上面所示@@"...剛fdisk的hd還是掛載不上去?
Superblock是啥?能砍掉嗎??
煩請各位前被當忙解惑一下...先謝謝唷!!