- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Differntiate between ISO9660 and UFS CDROMs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 04:37 PM
02-15-2006 04:37 PM
Differntiate between ISO9660 and UFS CDROMs
How can I differentiate between ISO 9660 and UFS CD-ROM?
I need to mount CD on TRU64 server but there seems to be differing command syntaxes for either case.
Can anyone provide command and way to distinguish between the two formats?
Regards,
kell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 06:07 PM
02-15-2006 06:07 PM
Re: Differntiate between ISO9660 and UFS CDROMs
# mount -r /dev/disk/cdrom0c /mnt
ISO9660 CD-ROM:
# mount -r -t cdfs -o noversion /dev/disk/cdrom0c /mnt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 06:20 PM
02-15-2006 06:20 PM
Re: Differntiate between ISO9660 and UFS CDROMs
it one way, and if that fails, then try to
mount it the other way.
Otherwise, you could probably read the first
block (or few), and try to analyze the data.
I haven't looked closely, but there's
probably some distinctive charateristic which
is reliable (and fairly easy to spot).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2006 07:20 PM
02-15-2006 07:20 PM
Re: Differntiate between ISO9660 and UFS CDROMs
If you do not specify options for file name formats on the command line, the mount command automatically tests for the presence of formats and mounts it by default
I mount everything like this:
mount /dev/disk/cdrom0c /mnt
Let Tru64 (5.1b) do the work for you.
rgds Stiwi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:21 PM
02-16-2006 03:21 PM
Re: Differntiate between ISO9660 and UFS CDROMs
I can mount the CD now. But I will still like to find out any generic way to ascertain format of CDROM.