0506-324 The media is not formatted


 
Thread Tools Search this Thread
Operating Systems AIX 0506-324 The media is not formatted
# 1  
Old 01-09-2014
Tools 0506-324 The media is not formatted

Hi guys,
I'm an IT student from France, I'm not very fluent in english.

I have do make an virtual bootable system backup disk.
mkcd to /dev/cd1, the cd1 is served by the VIOS with a virtual blank disk

I've all ready create the virtual cd drive with mkvdev -fbo
I can see my drive with my LPAR
Quote:
root@delta# lscfg
INSTALLED RESOURCE LIST

* cd1 U9111.520.659282E-V3-C2-T1-L8300000000000000 Virtual SCSI Optical Served by VIO Server
My steps are :
on the VIOS :
mkvopt -name blankcd1 -size 4.7G to create a blank CD

loadopt -vtd -BackupDrive -disk blankcd1 to load the cd into the drive

I checked with lsrep
Quote:
padmin@VIOS$ lsrep
Name File Size Optical Access
blankcd1 4096 BackupDrive rw
then, when i type this command :
mkdvd -e -i /home/tharsan/tp_script/image.data -d /dev/cd1

I have this error :
0512-332 burn_cd: Device /dev/cd1 does not appear to be ready.

And when i try to mount my cd, I have this error message :
mount: 0506-324 Cannot mount /dev/cd1 on /mnt: The media is not formatted or the format is not correct.

Can you help me please ?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Request for Formatted Output

Can you please tell me how to just get only the output of dealers I & V information along with their subtotals in the next line of the file and create a new file, The dealer position along with corresponding totals may change everyday to any position above or below in the file, please help Thanks (2 Replies)
Discussion started by: Ariean
2 Replies

2. UNIX for Advanced & Expert Users

A formatted df script or alias ... ???

Hi gurus, Does anyone have a df script/alias that is sort of "universal"? Just getting frustrated to use bdf for HP-UX, df -h for Linux and Solaris, df -G/g (???) for AIX ... and to make things even worse, some are NFS mount points or with long logical volume name and it extends over two (2)... (1 Reply)
Discussion started by: newbie_01
1 Replies

3. Shell Programming and Scripting

More formatted string

In a large file i need last line of the file but I want ignore first charcter, ignore leading zeros after first character and print the remaining character as such. Is something i can do it by tail or wc? cat test1 .... ...... 8000003687 cat test2 .... ...... 8000538990 o/p 3687 538990 (3 Replies)
Discussion started by: ford2020
3 Replies

4. Shell Programming and Scripting

csh formatted strings

Hi, currently I'm trying to write a csh script that should do the following: set i = 1 while ($i < 100) { cp AAA BBB set i = $i +1 } where AAA is a string like this file.11.txt, file.21.txt, ... and BBB is a string like this file_0001, file_0002, ... Is it possible to... (1 Reply)
Discussion started by: sera1711
1 Replies

5. Shell Programming and Scripting

Formatted Output

Hi I have the following lines in a file SWPRC000001NOT STATED 1344 SWPRC000001NOT STATED 1362 SWPRC000001NOT STATED 1418 SWPRC000001NOT STATED 1436 SWPRC000001NOT STATED ... (6 Replies)
Discussion started by: dhanamurthy
6 Replies

6. AIX

Can't mount showing 0506-342 The superblock on /dev/fslv00 is dirty

Dear All Last day in Aix 5.2 server by executing # df –g I found following: Filesystem GB blocks Free %Used Iused %Iused Mounted on . . /dev/fslv00 58.00 136.70 -135% 212103 1% /sprod After shutting down by following command # shutdown –h And when... (1 Reply)
Discussion started by: xa52000
1 Replies
Login or Register to Ask a Question