Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mount_udf(8) [freebsd man page]

MOUNT_UDF(8)						    BSD System Manager's Manual 					      MOUNT_UDF(8)

NAME
mount_udf -- mount a UDF file system SYNOPSIS
mount_udf [-v] [-o options] [-C charset] special node DESCRIPTION
The mount_udf utility attaches the UDF file system residing on the device special to the global file system namespace at the location indi- cated by node. The options are as follows: -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. The following UDF specific options are available: -v Be verbose about mounting the UDF file system. -C charset Specify local charset to convert Unicode file names. SEE ALSO
cdcontrol(1), mount(2), unmount(2), fstab(5), mount(8) HISTORY
The mount_udf utility first appeared in FreeBSD 5.0. BSD
March 23, 2002 BSD

Check Out this Related Man Page

MOUNT_SYSVBFS(8)					    BSD System Manager's Manual 					  MOUNT_SYSVBFS(8)

NAME
mount_sysvbfs -- mount a System V Boot File System SYNOPSIS
mount_sysvbfs [-o options] special node DESCRIPTION
The mount_sysvbfs command attaches the System V Boot File System on the special device on to the file system tree at point node. Both special and node are converted to absolute paths before use. This command is normally executed by mount(8) at boot time. The options are as follows: -o Options are specified with a -o flag followed by a comma separated string of options. See the mount(8) man page for possible options and their meanings. SEE ALSO
mount(2), unmount(2), fstab(5), mount(8) HISTORY
A mount_sysvbfs command first appeared in NetBSD 4.0. BUGS
The sysvbfs support is still experimental and there are few sanity checks, so it is possible for a corrupted file system to cause a crash. BSD
September 21, 2005 BSD
Man Page