About the Migration and DVD/CD Sharing Update


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS About the Migration and DVD/CD Sharing Update
# 1  
Old 10-20-2008
About the Migration and DVD/CD Sharing Update

The Migration and DVD/CD Sharing Update is recommended for all users. It provides enhanced customization capabilities and improved performance for migration over FireWire, Ethernet and wireless networks.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Experience sharing and questions for NIS migration from Solaris 8 to Linux

I'd like to share some experiences and what I found for NIS migration from Solaris 8 NIS to Linux platform. I'm not an expert for both platforms, it's just when I tested both systems and found something really tricky. That might takes a lot of time for you to find the root cause. So, I think I can... (11 Replies)
Discussion started by: bestard
11 Replies

2. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

3. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

4. AIX

Update error - 7.1 migration builddate fail

Hi all, i have just migrate my aix 6.1 to 7.1. After migration my release is: 7100-00-03-1115 now i try to update to 7100-01-00-1140 but i receive lots of BUILD CHECK DATE FAILED on"mcr.rte" and other packets. +-----------------------------------------------------------------------------+ ... (3 Replies)
Discussion started by: Zio Bill
3 Replies

5. Solaris

solaris 10 update 10 8/11 dvd iso

Hi, I can not download iso file as it failed after downloading 1.1 or 1.2 gigs. I tried several times but each time it failed and the error messages like "File not found" or "Read error". My connection is stable (shown 32kbps and 18 hrs completion time) and I used jdownloader and flashgot... (10 Replies)
Discussion started by: vectrum
10 Replies

6. Solaris

Sharing DVD Drive in LDoms Environment

I have T5220 server with DVD drive. I have installed few logical domains in the server and wonder how they can share the DVD drive. I have not seen any mention of that in Sun documentation. (7 Replies)
Discussion started by: StarSol
7 Replies

7. IP Networking

sharing of IP address for load sharing avoiding virtual server & redirection machine

I have RedHat 9.0 installed on three of my servers (PIII - 233MHz) and want that they share a common IP address so that any request made reaches each of the servers. Can anyone suggest how should I setup my LAN. I'm new to networking in Linux so please elaborate and would be thankful for a timely... (2 Replies)
Discussion started by: Rakesh Ranjan
2 Replies
Login or Register to Ask a Question
MMCFORMAT(8)						    BSD System Manager's Manual 					      MMCFORMAT(8)

NAME
mmcformat -- format optical media SYNOPSIS
mmcformat [-BDFGHhIMOpRrSsw] [-b blockingnr] [-c cert-num] special DESCRIPTION
The mmcformat utility formats optical media conforming to the MMC standard. This includes CD, DVD, and Blu-Ray (BD) media. The options are as follows: -B Blank media when possible before formatting it. -b blockingnr Explicitly select packet size in sectors (for CD-RW only). It is not recommended to change this from its default of 32. -c cert-num Certify media for DVD-RAM / DV-RE. The argument cert-num specifies: 0 no certification 1 full certification 2 quick certification -D Debug mode. Print all SCSI/ATAPI command errors. -F Format media. -G Grow last CD-RW/DVD-RW session. -H Show help and print formatting choices for the inserted media. -h Show help and print formatting choices for the inserted media. -I Show help and print formatting choices for the inserted media. -M Select MRW (Mount Rainier) error correcting background format. -O Old style CD-RW formatting; recommended for CD-RW. -p Explicitly set packet format. -R Restart previously stopped MCD-MRW or DVD+RW background format. -r Recompile defect list for DVD-RAM. -S Grow spare space DVD-RAM / BD-RE. -s Format DVD+MRW / BD-RE with extra spare space. -w Wait until completion of background format. NOTES
Due to the enormous varieties in optical media, mmcformat is made as generic as possible. This can result in confusion. EXAMPLES
mmcformat -B -O /dev/rcd0d Blanks and then formats a CD-RW disc using the ``old style'' format command. It is recommended to use this ``old style'' command unless your drive reports that it's not supported; in that case, resort to the default -F. Note that a CD-RW disc can be reformatted without being blanked. Blanking switches between sequential and fixed packet writing by erasing the disc. This can also help to revive old discs. mmcformat -F -M /dev/rcd0d Format a CD-RW or a DVD+RW to use MRW (Mount Rainier). This format tries to hide media flaws as much as possible by relocation. SEE ALSO
scsictl(8) HISTORY
The mmcformat command first appeared in NetBSD 5.0. AUTHORS
Reinoud Zandijk <reinoud@NetBSD.org> BUGS
mmcformat could be merged with scsictl(8) but that tool is very hard disk oriented. BSD
May 9, 2008 BSD