Sponsored Content
Full Discussion: Moun cd´s ISO in UNIX
Top Forums UNIX for Dummies Questions & Answers Moun cd´s ISO in UNIX Post 40508 by davidg on Wednesday 17th of September 2003 05:16:29 AM
Old 09-17-2003
Hi,

Please issue "man mount"

For HP a solution is "mount -o cdcase .....", but there are multiple possibilities. I think this one works great on a search engine.

Regs David
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix ISO's for FTP, I've searched the other Posts

Where Do I download Unix ISO's for free? I have searched this database for other related posts, but to no avail. All I need is this info, and I don't want Linux; just a Unix site. Please and thank you for your help. (3 Replies)
Discussion started by: killrazor
3 Replies

2. UNIX for Dummies Questions & Answers

.iso in linux???

dear experts How can I extract the files and install an application that has a postfix of .iso ??? could you please advise what is iso in linux Red hat and what is a file.iso ?? Very Best Regards (7 Replies)
Discussion started by: Reza Nazarian
7 Replies

3. UNIX for Dummies Questions & Answers

Copy iso

How do I copy and burn an iso image on to a Cd. I tried used commands copy, paste, and then burn, but it did not work. :confused: (1 Reply)
Discussion started by: faron17
1 Replies

4. UNIX for Dummies Questions & Answers

ISO Confusion?

Hiya folks, Just a quick question. When I am ready to download Fedora core 4, do I need to download all 4 ISO files? Or just one, I think myself it would be all 4 but dont want to sit and wait around if I only need to download one. Also after downloading the Iso files, do I burn one file to one... (6 Replies)
Discussion started by: Mr_Pinky
6 Replies

5. Solaris

solaris 8 and 9 iso

hi i downloaded solaris 8 and 9 iso from sun.com. i can mount it with winmount and i can see files. but when running it from vmware it won't boot. i even do it on physical server, it won't boot as well. what should i do to make this installation boot? thanks itik (1 Reply)
Discussion started by: itik
1 Replies

6. AIX

AIX 4.3.x ISO?

I just had someone ask me for AIX 4.3.3 media; I used to have it, but the disks got thrown out a couple of years ago when we moved between buildings. Does anyone have 4.3 ISO's handy, or would be willing to make ISO images for me? Thanks! (4 Replies)
Discussion started by: thomn8r
4 Replies

7. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

8. Solaris

Solaris 10 iso CD available?

I'm starting a project to replace the boot drive on my Sparc 10 Ultra running Solaris 10. Apparently, to do this I will need to boot from cdrom after installing the new drive. I went to the Orcale download site but they only have a DVD ISO for Solaris 10. Unfortunately, my machine only has a CD... (12 Replies)
Discussion started by: Michele31416
12 Replies

9. UNIX for Beginners Questions & Answers

ISO UNIX Tutoring in Regular Expressions

Hello all- New to this forum, and relatively new to using grep at the Terminal command line to work with regular expressions. I've got a background in mathematics and some programming experience, so it's not been too difficult to learn the basics of searching through word lists for particular types... (6 Replies)
Discussion started by: dtalvacchio
6 Replies
hsfs(7FS)							   File Systems 							 hsfs(7FS)

NAME
hsfs - High Sierra & ISO 9660 CD-ROM file system DESCRIPTION
HSFS is a file system type that allows users access to files on High Sierra or ISO 9660 format CD-ROM disks from within the SunOS operat- ing system. Once mounted, a HSFS file system 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 or ISO 9660 CD-ROM, and applications can use standard UNIX system calls on these files and directories. This file system also contains support for the Rock Ridge Extensions. If the extensions are contained on the CD-ROM, then the file sys- tem will provide all of the file system semantics and file types of UFS, except for writability and hard links. If your /etc/vfstab file contains a line similar to /dev/dsk/c0t6d0s0 -/hsfs hsfs -no ro and /hsfs exists, you can mount an HSFS file system with either of the following commands: mount -F hsfs -o ro device-special directory-name or mount /hsfs Normally, if Rock Ridge extensions exist on the CD-ROM, the file system will automatically 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 High Sierra 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 characters 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 highest version number is accessible. Conversion of uppercase to lowercase characters may be disabled by using the -o nomaplcase 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 under UFS. 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 through HSFS have mode 555 (owner, group and world readable and executable), 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 supported on a UFS file system; however, despite any write permissions, the file system is read-only, with EROFS returned to any write operations. High Sierra and ISO 9660 CD-ROMs support only regular files and directories, thus HSFS supports only these file types. A Rock Ridge CD-ROM can support regular files, directories, and symbolic links, as well as device nodes, such as block, character, and FIFO. EXAMPLES
Example 1: Sample Display of File System Files If there is a file BIG.BAR on a High Sierra or ISO 9660 format CD-ROM it will show up as big.bar when listed on a HSFS file system. If there are three files BAR.BAZ;1 BAR.BAZ;2 and BAR.BAZ;3 on a High Sierra or ISO 9660 format CD-ROM, only the file BAR.BAZ;3 will be accessible. It will be listed as bar.baz. SEE ALSO
mount(1M), mount_hsfs(1M), vfstab(4) N. V. Phillips and Sony Corporation, System Description Compact Disc Digital Audio, ("Red Book"). N. V. Phillips and Sony Corporation, System Description of Compact Disc Read Only Memory, ("Yellow Book"). IR "Volume and File Structure of CD-ROM for Information Interchange", ISO 9660:1988(E). DIAGNOSTICS
hsfs: Warning: the file system... does not conform to the ISO-9660 spec The specific reason appears on the following line. You might be attempting to mount a CD-ROM containing a different file system, such as UFS. hsfs: Warning: the file system... contains a file [with an] unsupported type The hsfs file system does not support the format of some file or directory on the CD-ROM, for example a record structured file. hsfs: hsnode table full, %d nodes allocated There are not enough HSFS internal data structure elements to handle all the files currently open. This problem may be overcome by adding a line of the form set hsfs:nhsnode=number to the /etc/system system configuration file and rebooting. See system(4). WARNINGS
Do not physically eject a CD-ROM while the device is still mounted as a HSFS file system. Under MS-DOS (for which CD-ROMs are frequently targeted), files with no extension may be represented either as filename. or filename that is, with or without a trailing period. These names are not equivalent under UNIX systems. For example, the names BAR. and BAR are not names for the same file under the UNIX system. This may cause confusion if you are consulting documentation for CD-ROMs originally intended for MS-DOS systems. Use of the -o notraildot option to mount(1M) makes it optional to specify the trailing dot. (See mount_hsfs(1M)). NOTES
No translation of any sort is done on the contents of High Sierra or ISO 9660 format CD-ROMs; only directory and file names are subject to interpretation by HSFS. SunOS 5.10 25 Apr 1994 hsfs(7FS)
All times are GMT -4. The time now is 07:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy