Dosfstools: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Oppiz (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
----
----


{{Blank-Package-Introduction}}
{{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.'''''


=== 32Bit ===
=== 64Bit ===


Compile the package:
Compile the package:


  make CC="gcc ${BUILD32}"
  make CC="gcc ${BUILD64}"
 
Install the package
 
make install
 
=== N32 ===
 
Compile the package:
 
make CC="gcc ${BUILDN32}"


Install the package
Install the package
Line 44: Line 35:
  make install
  make install


=== 64Bit ===
== Contents ==


Compile the package:
{| 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
|}


make CC="gcc ${BUILD64}"
=== Short Descriptions ===


Install the package
{| style="text-align: left;"
|-valign="top"
!
|
|-valign="top"
!
|
|-valign="top"
!
|
|}


make install
[[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

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

Short Descriptions