FDMS3-FS 0.4.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News FDMS3-FS 0.4.1 (Default branch)
# 1  
Old 07-24-2008
FDMS3-FS 0.4.1 (Default branch)

fdmsfs is a FUSE filesystem which can read fostex FDMS-3 volumes. When mounted, the songs (programs) appear as directories and the tracks appear as WAVE files within those directories. This allows songs to be played or mixed-down directly off the disk (e.g. using Audacity). Supported devices: FD-4, FD-8, VF160, and D2424. License: GNU General Public License (GPL) Changes:
A bug that caused all 24-bit audio to be truncated to 3/4 length was fixed. The code is now tested and working well with a variety of different devices.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
EXFAT-FUSE(8)						      System Manager's Manual						     EXFAT-FUSE(8)

NAME
mount.exfat-fuse - mount an exFAT file system SYNOPSIS
mount.exfat-fuse [ -d ] [ -o options ] [ -v ] device dir DESCRIPTION
mount.exfat-fuse is a free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards. COMMAND LINE OPTIONS
Command line options available: -d Enable debug logging and do not detach from shell. -o options File system specific options. For more details see FILE SYSTEM OPTIONS section below. -v Print version and copyright. FILE SYSTEM OPTIONS
umask=value Set the umask (the bitmask of the permissions that are not present, in octal). The default is the umask of the current process. dmask=value Set the umask for directories only. fmask=value Set the umask for files only. uid=n Set the owner for all files and directories. The default is the owner of the current process. gid=n Set the group for all files and directories. The default is the group of the current process. ro Mount the file system in read only mode. noatime Do not update access time when file is read. EXIT CODES
Zero is returned on successful mount. Any other code means an error. AUTHOR
Andrew Nayenko SEE ALSO
mount(8) July 2010 EXFAT-FUSE(8)