FreeBSD 7.1-RC1 Available


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News FreeBSD 7.1-RC1 Available
# 1  
Old 12-13-2008
FreeBSD 7.1-RC1 Available

ImageAbout Cryptomfs
Will use a directory to store encrypted files. The mountpoint will provide access to the unencrypted data, but no data is ever written to the harddisk without encryption.

Features:
- Filesystems are packages so they behave like disk images in Finder (e.g., Double clicking on the .cryptofs package will mount the filesystem.)
- Passwords are entered using a dialog.
- Keychain support.
- Custom volume names for mounted filesystems.
- Custom icon support for mounted filesystems.
- Easy creation of new filesystems.
- Filesystem configuration is saved in a plist file.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MOUNTPOINT(1)							   User Commands						     MOUNTPOINT(1)

NAME
mountpoint - see if a directory is a mountpoint SYNOPSIS
mountpoint [-q] [-d] directory mountpoint -x device DESCRIPTION
mountpoint checks if the directory is mentioned in the /proc/self/mountinfo file. OPTIONS
-h, --help Print help and exit. -q, --quiet Be quiet - don't print anything. -d, --fs-devno Print major/minor device number of the filesystem on stdout. -x, --devno Print major/minor device number of the blockdevice on stdout. EXIT STATUS
Zero if the directory is a mountpoint, non-zero if not. AUTHOR
Karel Zak <kzak@redhat.com> ENVIRONMENT
LIBMOUNT_DEBUG=0xffff enables debug output. NOTES
The util-linux mountpoint implementation was written from scratch for libmount. The original version for sysvinit suite was written by Miquel van Smoorenburg. SEE ALSO
mount(8) AVAILABILITY
The mountpoint command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux June 2011 MOUNTPOINT(1)