文件名称:fsdisk-0.2.tar
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 30kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
mkfs ("MaKe FileSystem") is the Linux/GNU command for formatting a disk partition with a specific filesystem.
Syntax
The basic syntax is:
mkfs -t type device
where type is the type of the filesystem and device is the Unix device the filesystem will reside on. Generally supported filesystems are Unix ext2 and ext3, MS-DOS, and Windows FAT32 (NTFS is typically not supported). Some Unices may support Sun and Mac OS filesystems.
At least on Linux, mkfs itself is only a wrapper for several filesystem-specific commands such as mkfs.ext3 or mkfs.vfat. These filesystem-specific commands can also be called directly.
Syntax
The basic syntax is:
mkfs -t type device
where type is the type of the filesystem and device is the Unix device the filesystem will reside on. Generally supported filesystems are Unix ext2 and ext3, MS-DOS, and Windows FAT32 (NTFS is typically not supported). Some Unices may support Sun and Mac OS filesystems.
At least on Linux, mkfs itself is only a wrapper for several filesystem-specific commands such as mkfs.ext3 or mkfs.vfat. These filesystem-specific commands can also be called directly.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fsdisk
......\Makefile
......\fsdioctl.c
......\fsduser.h
......\kutil.c
......\kutil.h
......\fsdisk.c
......\Makefile
......\fsdioctl.c
......\fsduser.h
......\kutil.c
......\kutil.h
......\fsdisk.c