*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: mount_cd9660 | Section: 8 | Source: OpenBSD | File: mount_cd9660.8
MOUNT_CD9660(8) FreeBSD System Manager's Manual MOUNT_CD9660(8) NAME mount_cd9660 - mount an ISO 9660 filesystem SYNOPSIS mount_cd9660 [-egjR] [-o options] [-s offset] special node DESCRIPTION The mount_cd9660 command attaches the ISO 9660 filesystem residing on the device special to the global filesystem namespace at the location indicated by node. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax mount [options] -t cd9660 special node The options are as follows: -e Enable the use of extended attributes. -g Do not strip version numbers on files. (By default, if there are files with different version numbers on the disk, only the last one will be listed.) In either case, files may be opened without explicitly stating a version number. -j Do not use any Joliet extensions included in the filesystem. -o options 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. -R Do not use any Rockridge extensions included in the filesystem. -s offset Use the session starting at offset (counted in 2048-byte blocks from the start of the media) instead of the last session from the Table of Contents (TOC). The TOC can be inspected by using cdio(1). SEE ALSO cdio(1), mount(2), fstab(5), mount(8), umount(8), vnconfig(8) HISTORY The mount_cd9660 utility first appeared in 4.4BSD. BUGS The cd9660 filesystem does not support the original "High Sierra" ("CDROM001") format. POSIX device node mapping is currently not supported. Version numbers are not stripped if Rockridge extensions are in use. In this case, accessing files that don't have Rockridge names without version numbers gets the one with the lowest version number and not the one with the highest. There is no ECMA support. FreeBSD 14.1-RELEASE-p8 April 23, 2020 FreeBSD 14.1-RELEASE-p8

Navigation Options