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:
 
----
 
----
  
{{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
 
Install the package
Line 34: Line 35:
 
  make install
 
  make install
  
=== N32 ===
+
== 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 ${BUILDN32}"
+
=== Short Descriptions ===
  
Install the package
+
{| style="text-align: left;"
 
+
|-valign="top"
make install
+
!
 
+
|
=== 64Bit ===
+
|-valign="top"
 
+
!
Compile the package:
+
|
 
+
|-valign="top"
make CC="gcc ${BUILD64}"
+
!
 
+
|
Install the package
+
|}
 
 
make install
 
  
 
[[Category:File System]]
 
[[Category:File System]]

Latest revision as of 09: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