|
|

楼主 |
发表于 2008-6-2 22:04:41
|
显示全部楼层
#fdisk -l 的输出如下:
Device Boot Start End Blocks Id System
/dev/hda1 * 1 1339 10750288+ c W95 FAT32 (LBA)
Partition 1 does not end on cylinder boundary.
/dev/hda2 2467 4864 19261935 f W95 Ext'd (LBA)
Partition 2 does not end on cylinder boundary.
/dev/hda3 1340 1369 240975 82 Linux swap / Solaris
/dev/hda4 1370 2466 8811652+ 83 Linux
/dev/hda5 2467 4864 19255288+ b W95 FAT32
下面是fstab的内容
# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda4 / reiserfs notail 0 1
/dev/hda3 none swap sw 0 0
#/dev/hdc /mnt/cdrom udf,iso9660 user,noauto 0 0
/dev/hda1 /mnt/c vfat iocharset=utf8,umask=000 0 0
/dev/hda5 /mnt/d vfat iocharset=utf8,umask=000 0 0
tmpfs /mnt/firefox tmpfs size=25m 0 0 |
|