Adaptec AHA-1520A Wartungshandbuch Seite 129

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 434
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 128
SunOS 5.5 File Systems hsfs(7FS)
NAME hsfs High Sierra & ISO 9660 CD-ROM filesystem
DESCRIPTION HSFS is a filesystem type that allows users access to files on High Sierra or ISO 9660 for-
mat CD-ROM disks from within the SunOS operating system. Once mounted, a HSFS
filesystem provides standard SunOS read-only file system operations and semantics.
That is, users can read files and list files in a directory on a High Sierra orISO 9660CD-
ROM
, and applications can use standard UNIX system calls on these files and directories.
This filesystem also contains support for the Rock Ridge Extensions. If the extensions
are contained on theCD-ROM, then the filesystem will provide all of the filesystem
semantics and file types of UFS, except for writability and hard links.
HSFS filesystems are mounted either with the command:
mount F hsfs oro device-special directory-name
or
mount /hsfs
if a line similar to
/dev/dsk/c0t6d0s0 /hsfs hsfs no ro
is in your /etc/vfstab file (and /hsfs exists).
Normally, if Rock Ridge extensions exist on the CD-ROM, the filesystem will automati-
cally use those extensions. If you do not want to use the Rock Ridge extensions, use the
‘‘nrr’’ (No Rock Ridge) mount option. The mount command would then be:
mount F hsfs o ro,nrr device-special directory-name
Files on a HighSierra or ISO 9660 CD-ROM disk have names of the form
filename.ext;version, where filename and the optional ext consist of a sequence of uppercase
alphanumeric characters (including ‘‘_’’), while the version consists of a sequence of
digits, representing the version number of the file. HSFS converts all the uppercase char-
acters in a file name to lowercase, and truncates the ‘‘;’’ and version information. If more
than one version of a file is present on the CD-ROM, only the file with the highestversion
number is accessible.
Conversion of uppercase to lowercase characters may be disabled by using the o noma-
plcase option to mount(1M). (See mount_hsfs(1M)).
If the CD-ROM contains Rock Ridge extensions, the file names and directory names may
contain any character supported underUFS. The names may also be upper and/or lower
case and will be case sensitive. File name lengths can be as long as those of UFS.
Files accessed throughHSFS have mode 555 (owner, group and world readable and exe-
cutable), uid 0 and gid 3. If a directory on the CD-ROM has read permission, HSFS grants
execute permission to the directory, allowing it to be searched.
With Rock Ridge extensions, files and directories can have any permissions that are sup-
ported on a UFS filesystem; however, despite any write permissions, the file system is
read-only, with EROFS returned to any write operations.
modified 25 Apr 1994 7FS-125
Seitenansicht 128
1 2 ... 124 125 126 127 128 129 130 131 132 133 134 ... 433 434

Kommentare zu diesen Handbüchern

Keine Kommentare