命令格式:  mount [-t vfstype] [-o options] device dir  其中:  1.-t vfstype 指定文件系统的类型,通常不必指定。mount 会自动选择正确的类型。常用类型有:  光盘或光盘镜像:iso9660  DOS fat16文件系统:msdos  Windows 9x fat32文件系统:vfat  Windows NT ntfs文件系统:ntfs... Read More
posted @ 2010-10-14 17:56 BloodAndBone Views(46907) Comments(4) Diggs(2) Edit
/* code c, change the DEFAULTIP to your localhost IP*/#include <stdarg.h>#include <errno.h>#include <stdio.h>#include <fcntl.h>#include <unistd.h>#include <string.h>... Read More
posted @ 2010-10-14 09:43 BloodAndBone Views(1263) Comments(0) Diggs(0) Edit