|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
MOUNT_CD9660(8) FreeBSD System Manager's Manual MOUNT_CD9660(8)
NAME
mount_cd9660 -- mount an ISO-9660 file system
SYNOPSIS
mount_cd9660 [-begjrv] [-C charset] [-o options] [-s startsector] special
node
DESCRIPTION
The mount_cd9660 utility attaches the ISO-9660 file system residing on
the device special to the global file system namespace at the location
indicated by node. This command is normally executed by mount(8) at boot
time.
The options are as follows:
-b Relax checking for Supplementary Volume Descriptor Flags field
which is set to a wrong value on some Joliet formatted disks.
-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 file system.
-o Options are specified with a -o flag followed by a comma sepa-
rated string of options. See the mount(8) man page for possible
options and their meanings. The following cd9660 specific
options are available:
extatt Same as -e.
gens Same as -g.
nojoliet Same as -j.
norrip Same as -r.
nostrictjoliet Same as -b.
-r Do not use any Rockridge extensions included in the file system.
-s startsector
Start the file system at startsector. Normally, if the underly-
ing device is a CD-ROM drive, mount_cd9660 will try to figure out
the last track from the CD-ROM containing data, and start the
file system there. If the device is not a CD-ROM, or the table
of contents cannot be examined, the file system will be started
at sector 0. This option can be used to override the behaviour.
Note that startsector is measured in CD-ROM blocks, with 2048
bytes each. This is the same as for example the info command of
cdcontrol(1) is printing. It is possible to mount an arbitrary
session of a multi-session CD by specifying the correct
startsector here.
-C charset
Specify local charset to convert Unicode file names when using
Joliet extensions.
-v Be verbose about the starting sector decisions made.
EXAMPLES
The following command can be used to mount a Kodak Photo-CD:
mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom
SEE ALSO
cdcontrol(1), mount(2), unmount(2), fstab(5), mount(8)
HISTORY
The mount_cd9660 utility first appeared in 4.4BSD.
The Unicode conversion routine was added by Ryuichiro Imura
<imura@ryu16.org> in 2003.
BUGS
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 do not have Rockridge names without ver-
sion numbers gets the one with the lowest version number and not the one
with the highest.
There is no ECMA support.
FreeBSD 6.2 September 26, 2003 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:35:24 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5084 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4749 hits) (Solaris 10 11_06)
CPAN man page (4469 hits) (Suse Linux 10.1)
svn man page (4249 hits) (FreeBSD 6.2)
ssh man page (4249 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2207 hits) (Solaris 10 11_06)
startproc man page (2201 hits) (Suse Linux 10.1)
netcat man page (2159 hits) (Suse Linux 10.1)
pprosetup man page (2017 hits) (Solaris 10 11_06)
signal man page (2009 hits) (Suse Linux 10.1)
|