Sponsored Content
Full Discussion: Using UDF DVD on AIX 5.3
Operating Systems AIX Using UDF DVD on AIX 5.3 Post 302098176 by backslash on Friday 1st of December 2006 05:59:46 AM
Old 12-01-2006
Using UDF DVD on AIX 5.3

I was trying to copy a 2.5GB mksysb onto a 5.3 lpar to add as a NIM resource. The DVD mounted fine but I could not see any files within the mount point. I thought the media was bad so I tried again with a DVD-R disk but the same thing happened.

I decided to split the file up into 1024MB chunks and burn onto an ISO. This worked fine so the problem must be with the UDF format.

Has anyone successfully written a >2GB file to DVD in UDF format. I suspect there may be a patch for this but I'm not sure where to look.

Thanks,
\
 

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

UDF format

Does anyone know how to format a DVD-RAM disk in udf format from a vio server. We are currently trying to backup the ios, we would love to not use a new dvd everytime. our command is as follows. from the vio as padmin backupios -cd /dev/cd1 -cdformat -accept I have tried backupios -cd... (0 Replies)
Discussion started by: pagink
0 Replies

2. AIX

DVD for AIX

:( hi all, im using AIX 5.1 UNIX for my server..my server comes with no DVD drive..for our installation we need a DVD drive to run the application...can we use notebook(window+dvd) to run DVD for AIX server. Is that possible? or we have to copy all the content in DVD to UNIX filesystem. FYI,... (4 Replies)
Discussion started by: riohesra
4 Replies

3. AIX

How to burn a bootable DVD on aix 5.3?

I have a mksysb backup image need burn to a DVD, then it can be used to restore OS in other machine. How to do this? (5 Replies)
Discussion started by: rainbow_bean
5 Replies

4. AIX

AIX 5.3 on p275 - DVD-ROM drive not recognized

I was having problems with the DVD-ROM drive not being recognized. I thought it was a configuration issue, but it appears to be a hardware problem. Now the system hangs at boot. This last time I tried it, it said: At which point, it hangs. (1 Reply)
Discussion started by: smithfarm
1 Replies

5. AIX

need help - How to mount DVD rom in AIX in Command line

Dear Friends could u pls help me on this . how to mount DVD rom in command line in aix? THanks DD (4 Replies)
Discussion started by: ded325
4 Replies

6. AIX

aix 7.1 standard DVD

does it come with VIO and/or HACMP/PowerHA ?? :mad: (1 Reply)
Discussion started by: ppchu99
1 Replies

7. AIX

Lost original AIX DVD

At company I joined it seems I cannot trace install DVD (5765-G99 - AIX Enterprise 7.1) but according invoice I found we are entitled for it. It seems that support for account expired and I cannot download any software/updates except HMC ones :( Anybody knows which exact version (TL,... (1 Reply)
Discussion started by: spricer
1 Replies

8. AIX

AIX physical DVD/CD drive

Hello, I have some doubts about the dvd/cd physical on power machine and AIX. I see on my AIX lpar and see there is 1 DVD drive and its physical location bash-4.4# lsdev | grep cd0 cd0 Available 03-00-00 SATA DVD-RAM Drive bash-4.4# lscfg -vpl cd0 cd0 ... (12 Replies)
Discussion started by: Phat
12 Replies
mkcd(1M)						  System Administration Commands						  mkcd(1M)

NAME
mkcd - create bootable Solaris ISO image SYNOPSIS
/usr/bin/mkcd -v [-l label] media-root iso DESCRIPTION
The mkcd utility takes media-root (the root of an on-disk Solaris install media) as input and creates a bootable Solaris ISO image in the file iso, using mkisofs(8). The file can then be burned onto a CD/DVD with utilities such as cdrw(1) or cdrecord(1). (Neither mkisofs(8) nor cdrecord(1) are SunOS man pages.) Caution - The directory tree media-root must contain the file boot/grub/stage2_eltorito, which will be written to the media boot sectors. This file will be modified with some boot information, thus it must be writable. If necessary, first save a copy prior to running this utility. OPTIONS
The following options are supported: -l label Sets label as the label/volume name of the ISO image. -v Verbose. Multiple -v options increase verbosity. OPERANDS
The following operands are supported: media-root Top-level directory of an on-disk Solaris install media. iso Name of the output file which will contain the resulting ISO image. EXAMPLES
Example 1 Creating an ISO Image and Burning a CD/DVD The following commands create an ISO image from the content of s10u1 and burn the image to a CD/DVD. # /usr/bin/mkcd s10u1 s10u1.iso # /usr/bin/cdrw -i s10u1.iso ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
cdrw(1), attributes(5) mkisofs(8), (/usr/share/man/man8/mkisofs.8), in the SUNWfsman package (not a SunOS man page) SunOS 5.11 25 Jul 2008 mkcd(1M)
All times are GMT -4. The time now is 02:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy