Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The GParted application is a graphical partition editor for creating, reorganizing, and deleting disk partitions. A disk device can be subdivided into one or more partitions. The GParted application enables you to change the partition organization on a disk device while preserving the contents of ... [More] the partitions. GParted uses GNU libparted to detect and manipulate devices and partition tables. Several optional file system tools provide support for file systems not included in libparted. [Less]

4.57143
   
  0 reviews  |  73 users  |  87,824 lines of code  |  53 current contributors  |  Analyzed 7 days ago
 
 

TestDisk is a powerful free data recovery program! It was primarily designed to recover lost partitions, repair FAT/NTFS boot sector, NTFS MFT and Ext2/Ext3 superblock and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human ... [More] error (such as accidentally deleting your Partition Table). PhotoRec is a File Recovery program designed to recover lost files; including video, documents and archives from Hard Disks, CDRom and lost pictures from digital camera memory (thus, its Photo Recovery name). PhotoRec ignores the filesystem and goes after the underlying data, so it can still find files even if your media's filesystem has been severely damaged or re-formatted (overwritten data, of course, can not be recovered). [Less]

4.66667
   
  0 reviews  |  6 users  |  69,608 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

ThinFAT32ThinFAT32 is an implementation of the FAT32 filesystem specification specifically targeted at embedded systems. It is designed to have a low memory footprint, use very little RAM, but be as robust and feature-complete as more sophisticated or expensive implementations of the same spec. ... [More] FeaturesSmall Easy to setup and use (you need only supply functions to read and write blocks from your hardware) Written in ANSI-compliant C Supports both 8.3 and LFN (Long Filenames) Almost no dependency on any external C library. (Requires only string.h, which can be factored out very easily) Low RAM footprint (Works mostly like the C standard libs fopen() fread() fwrite() etc... Does not conflict with the standard C libs, if you happen to be using them Is ThinFAT32 Ready for My Application?Yes! ... er... well actually no. There are still some bugs, and a few features left, but all in all, it works pretty well. It's certainly ready to be tested, and for use in prototypes. Getting Started - Testing on NIXGet the source from subversion. Make sure you've got gcc. The default make target builds main.c which is a simple test program. (Typically the last test I felt like doing) $: makeThe default build of ThinFAT32 depends on a filesystem for testing. The make targets make create make mount and make unmount create, mount and unmount this filesystem respectively. The filesystem will be stored in the regular file test.fat32, and will be available through the directory fs when mounted. Have a look at main.c to see how ThinFAT32 is used. [Less]

0
 
  0 reviews  |  1 user  |  1,389 lines of code  |  0 current contributors  |  Analyzed 3 months ago
 
 

PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory. PhotoRec ignores the file system and goes after the underlying data, so it will still ... [More] work even if your media's file system has been severely damaged or reformatted. PhotoRec is free - this open source multi-platform application is distributed under GNU General Public License. PhotoRec is a companion program to TestDisk, an app for recovering lost partitions on a wide variety of file systems and making non-bootable disks bootable again. [Less]

4.0
   
  0 reviews  |  1 user  |  0 current contributors
 
 

FullFAT 0.90 Download Now AvailableThis is a pre-1.0 release, and includes a snapshot of the current SVN also including the FFTerm project for the Visual Studio Demo. This release may not clean compile, and there are a couple of performance issues I am wanting to work on regarding the opening of ... [More] files. Really I just wanted to get some code out there for testing. James FullFATFullFAT is a fully featured FAT 12/16/32 library. It features optional LFN (Long File-name support) Fast and Efficient with Low Memory Footprint Scalable from Embedded Systems to Desktop OS’s Thread Safe Multiple File Open LFN Support (optional). Fully Featured Optional Caching Safe Caching behaviour Customisable Caching behaviour Multiple & Single Block Reading Platform independent, no assumptions about Endianes [Less]

5.0
 
  0 reviews  |  1 user  |  16,884 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

a FAT filesystem parser written in Python

0
 
  0 reviews  |  0 users  |  700 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

The WaveHC Library was developed for the Adafruit Arduino Wave Shield. It supports both standard SD and high capacity SDHC flash cards. The cards may be formatted with either FAT16 or FAT32 file systems. The WaveHC Library is based on the four C++ classes, SdReader, FatVolume, FatReader and ... [More] WaveHC. SdReader is a standalone class that provides raw read access to standard SD cards and high capacity SDHC cards. The FatVolume class provides access to data structures on FAT16 and FAT32 volumes. File read access to FAT16 and FAT32 volumes is provided by the FatReader class. The fourth class, WaveHC, is a modified version of Ladyada’s AF_Wave class that uses FatReader to read and play WAV files. See the readme.txt file and library documentation for more information [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 15 hours ago
 
 

This is a Java library that allows to read and write FAT12, FAT16 and FAT32 file systems. It is written in pure Java (no native code involved) and has no external dependencies. FeaturesThe following features are currently supported: creating FAT16 and FAT32 file systems r/w access to FAT12 ... [More] , FAT16 and FAT32 file systems r/w access to the FAT's volume label To learn more, check out the documentation Wiki. [Less]

0
 
  0 reviews  |  0 users  |  8,480 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

SdFat is an Arduino library that supports FAT16 and FAT32 file systems on standard and high capacity SD cards. SdFat only supports short 8.3 file names. SdFat supports file creation, deletion, read, write, and truncation. SdFat supports access to subdirectories, creations, and deletion of ... [More] subdirectories. Use of SdFat is illustrated by a large number of examples in the SdFat/examples directory. SdFat is designed for 328 Arduinos but smaller applications will run on 168 Arduinos. A smaller FAT16 library is available here: http://code.google.com/p/fat16lib/ [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 2 hours ago
 
 

This application provide a gui to wbfs_file utility (v.2.9). You can convert an ISO to a WBFS file, create an ISO from a WBFS file and download cover. It's JAVA based (Eclipse RCP framework), cross-platform and uses most of the options provided by wbfs_file (more to come), and can auto ... [More] update. Features: Folder/Disk Manager Multi disk support (6 paths) New UI with perspective save Threads now handled by "Eclipse Jobs" Autoupdate feature on startup (no need to download new binary from here!) Cover support Avalaible for linux, windows and OSX (untested by me) [Less]

0
 
  0 reviews  |  0 users  |  8,818 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.