Disk /dev/sdb: 1000.0 GB, 1000056291328 bytes
255 heads, 63 sectors/track, 121583 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 121583 976615416 83 Linux
[root@mail2 ~]# mount /dev/sdb1 /var/mailbox
mount: you must specify the filesystem type
日志:hfs: unable to find HFS+ superblock
[root@mail2 ~]# mount -t ext3 /dev/sdb1 /var/mailbox
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so