Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XFUSE(1)		     General Commands Manual			XFUSE(1)

NAME
     xfs-fuse -- Mount an XFS filesystem

SYNOPSIS
     xfs-fuse [-fhV] [-o options] device mountpoint

DESCRIPTION
     xfs-fuse  can  be	used  to  mount  an  XFS  filesystem  found on device to
     mountpoint.

     The options are as follows:

     -f      Run in the foreground instead of daemonizing.

     -o      Various mount options.  See "MOUNT OPTIONS" for details.

     -h, --help
	     Print usage information and exit.

     -V, --version
	     Print the version and exit.

MOUNT OPTIONS
     Any mount option accepted by mount_fusefs(8) may be used  here.   In  addi-
     tion, xfs-fuse recognizes the following special options:

     rtdev=path
	     Open  path  as  the real-time device.  The file system must've been
	     created using the -r option of mkfs.xfs.  This option may be speci-
	     fied no more than once.

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

FreeBSD ports 15.quarterly	   May 9, 2026				XFUSE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=xfs-fuse&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help