Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/todd-a-jacobs/compressmount.sh
Automagically mount a fusecompress filesystem.
https://github.com/todd-a-jacobs/compressmount.sh
Last synced: 9 days ago
JSON representation
Automagically mount a fusecompress filesystem.
- Host: GitHub
- URL: https://github.com/todd-a-jacobs/compressmount.sh
- Owner: todd-a-jacobs
- Created: 2011-03-24T07:17:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-24T23:23:22.000Z (almost 13 years ago)
- Last Synced: 2024-11-16T15:38:16.962Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
= CompressMount
== Name
compressmount.sh== Version
$Format:Git ID: (%h) %ci$== Purpose
Mount a fusecompress filesystem.== Usage
compressmount.sh [-h|-u|-v]== Options
-h = show help
-u = unmount
-v = show version== Environment Variables
FC_PARENT = parent directory for both compressed backing directory
and uncompressed mountpoint
FC_NAME = name of mountpoint; also used to create hidden
backing directory== Errorlevels
0 = Success
1 = Failure
2 = Other== Copyright
Copyright (c) 2011 by Todd A. Jacobs
All Rights Reserved== License
Released under the GNU General Public License (GPL)
http://www.gnu.org/copyleft/gpl.htmlThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.