- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- growisofs: DVD multisession burning
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
07-24-2006 07:18 PM
07-24-2006 07:18 PM
growisofs: DVD multisession burning
I have Rx4640 with hp-ux 11.23
I have installed latest DVD tools.
When I try to create multisession DVD, I can't see the newly added files in the DVD after mounting.
===
For the first time I use
growisofs -Z /dev/..... file/=/myfiles
This is OK, I could see everything.
When I burn the same DVD again with -M option,
growisofs -M /dev/..... newfile=/mynewfiles
The burning process is succusful, but after mounting I can see only the initial session.
Is it supported under hp-ux?
Any other syntax issue?
Thanks in advance
T.Thayanidhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 07:40 PM
07-24-2006 07:40 PM
Re: growisofs: DVD multisession burning
This may be a media issue. What kind of media are you using? RW+ ?? Thats the only media 4.x GB that is supported on standard HP DvD-writers for Itanium and PA-RISC.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 08:12 PM
07-24-2006 08:12 PM
Re: growisofs: DVD multisession burning
As SEP mentioned, which media you used ? Also, which format you burn ? Is it ISO9660 or something else ?
Also, try with # growisofs -M /dev/.. -R -J /more/files
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 01:23 AM
07-25-2006 01:23 AM
Re: growisofs: DVD multisession burning
I am using DVD+R media.
I could see all the files from a PC (windowsXP). In hp-ux I can see only first session.
mount -F cdfs -o rr,cdcase /dev/.. /dvd
Is the above command is OK?
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 02:35 AM
07-25-2006 02:35 AM
Re: growisofs: DVD multisession burning
It looks ok to me. Check Procura's FAQ
#
My CD-ROM doesn't show what I expect
It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.
Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_32035).
No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:
/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0
http://hpux.ws/merijn/faq.html
-Arun