GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FUSE-UFS(8) FreeBSD System Manager's Manual FUSE-UFS(8)

fuse-ufsFUSE3 implementation of FreeBSD's UFSv2

fuse-ufs [-fqv] [-o options] special mountpoint

fuse-ufs --help

fuse-ufs allows you to mount a FreeBSD UFSv2 filesystem.

The following options are available:

opt,[opt...]
Mount options, see below for details.
allow_other
Allow other users to access the mounted filesystem.
allow_root
Allow the root user to access the mounted filesystem.
default_permissions
Let the kernel check file permissions. This is already the default for this filesystem.
dev|nodev
Allow/prohibit using devices on the mounted filesystem.
exec|noexec
Allow/prohibit executing programs from the mounted filesystem.
suid|nosuid
Allow/prohibit honoring the setuid-bit when running programs from the mounted filesystem.
async|atime|dirsync|noatime|sync|ro
These options have no effect on the mounted filesystem, as there is no write support yet.
rw
As write support is not present, this option causes the program to crash.
Wait for the filesystem to be unmounted before exiting.
Increase the logging verbosity (this flag can be specified multiple times).
Decrease the logging verbosity.
, --help
Print a help page and exit.
, --version
Print the version and exit.

The fuse-ufs utility exits 0 on success, and >0 if an error occurs.

Mount /dev/sda1 onto /mnt:

$ fuse-ufs /dev/sda1 /mnt

The same, but allow other users to access the mounted filesystem:

$ fuse-ufs -o allow_other /dev/sda1 /mnt

mount(8)

https://github.com/realchonk/fuse-ufs

Benjamin Stürz <benni@stuerz.xyz>
Alan Somers <asomers@freebsd.org>

Only 64-bit Linux & FreeBSD systems have been tested to work. Support for other systems (like MacOS) will be on a best-effort basis for now.

Missing features:

  • Write Support (TODO)
  • Soft-Updates (TODO)
  • Sun/Solaris UFS (TODO)
  • Journaling
  • Snapshots
  • ACLs

This software is not yet ready to be used in production, as it contains unfixed bugs that lead to crashes.

August 23, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.