Difference between revisions of "Dosfstools"
From CBLFS
Jump to navigationJump to search(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
---- | ---- | ||
− | {{ | + | {{Package-Introduction|The dosfstools package includes the mkdosfs utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.|http://www.daniel-baumann.ch/software/dosfstools/}} |
== Dependencies == | == Dependencies == | ||
Line 22: | Line 22: | ||
== Multilib == | == Multilib == | ||
+ | |||
'''''This package does not provide any libraries so only one installation is needed.''''' | '''''This package does not provide any libraries so only one installation is needed.''''' | ||
− | === | + | === 64Bit === |
Compile the package: | Compile the package: | ||
− | make CC="gcc ${ | + | make CC="gcc ${BUILD64}" |
Install the package | Install the package | ||
Line 34: | Line 35: | ||
make install | make install | ||
− | == | + | == Contents == |
− | + | {| style="text-align: left;" | |
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |None | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |dosfsck, fsck.msdos, fsck.vfat, mkdosfs, mkfs.msdos, mkfs.vfat, | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |None | ||
+ | |} | ||
− | + | === Short Descriptions === | |
− | + | {| style="text-align: left;" | |
− | + | |-valign="top" | |
− | + | ! | |
− | + | | | |
− | = | + | |-valign="top" |
− | + | ! | |
− | + | | | |
− | + | |-valign="top" | |
− | + | ! | |
− | + | | | |
− | + | |} | |
− | |||
− | |||
[[Category:File System]] | [[Category:File System]] |
Latest revision as of 08:44, 20 September 2009
Download Source: | ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-2.11.src.tar.gz |
---|
Contents
Introduction to Dosfstools
The dosfstools package includes the mkdosfs utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.
Project Homepage: http://www.daniel-baumann.ch/software/dosfstools/
Dependencies
Non-Multilib
Compile the package:
make
Install the package
make install
Multilib
This package does not provide any libraries so only one installation is needed.
64Bit
Compile the package:
make CC="gcc ${BUILD64}"
Install the package
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | dosfsck, fsck.msdos, fsck.vfat, mkdosfs, mkfs.msdos, mkfs.vfat, |
Installed Libraries: | None |