~ubuntu-branches/ubuntu/karmic/ltspfs/karmic

« back to all changes in this revision

Viewing changes to lbmount-0.1/README

  • Committer: Bazaar Package Importer
  • Author(s): Scott Balneaves
  • Date: 2006-09-18 13:01:06 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060918130106-ns6gmg2kl0oic3h6
Tags: 0.4.3-0ubuntu1
* Fixed variable check for static-devices in add_fstab_entry
* Bumped to 0.4.3
* UVF exception granted by mdz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lbmount 0.1: LTSP bind mounter
2
 
 
3
 
The LTSP bind mounter is used on Ubuntu's version of LTSP to bindmount any
4
 
locally mounted media in /tmp/.username-ltspfs/device into
5
 
/media/username/device.  As a setuid program, it've very careful to make sure
6
 
that all directories are owned by the user before mounting.  The lbmount
7
 
program will handle creating/destroying the directories needed in /media
8
 
 
9
 
usage:
10
 
 
11
 
lbmount devname
12
 
 
13
 
will mount /tmp/.username-ltspfs/devname to /media/username/devname, after
14
 
performing checks.  The length of devname is limited to 80 characters. If
15
 
/media/username doesn't exist, it will be created.
16
 
 
17
 
lbmount -u devname
18
 
 
19
 
will unmount devname from /media/username/devname, and if there's no other
20
 
devices mounted under /media/username, it will remove that directory too.