|
|
[root@caicheng root]# fdisk -l
Disk /dev/hda: 6448 MB, 6448619520 bytes
255 heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 432 3470008+ b Win95 FAT32
/dev/hda2 433 784 2827440 5 Extended
/dev/hda5 433 784 2827408+ b Win95 FAT32
Disk /dev/hdb: 10.2 GB, 10246053888 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 612 4915858+ b Win95 FAT32
/dev/hdb2 613 635 184747+ 83 Linux
/dev/hdb3 636 685 401625 82 Linux swap
/dev/hdb4 686 1245 4498200 f Win95 Ext'd (LBA)
/dev/hdb5 686 1245 4498168+ 83 Linux
并且我通过在/etc/fstab中加入了:
/dev/hda5 /mnt/win/d vfat default,codepage=936,iocharset=gb2312 0 0
挂上了windows中的D盘(C盘也是用同样的方法挂载的一切正常),但在/mnt/win/d目录中只看到一个recycled目录其它文件都没有了,这是怎么了? |
|