Sponsored Content
Full Discussion: Short Disk Read
Operating Systems Solaris Short Disk Read Post 303012698 by hicksd8 on Wednesday 7th of February 2018 03:28:13 PM
Old 02-07-2018
Probably the alias of the cdrom drive is wrong. Try:

Code:
ok> devalias cdrom /pci@1f,0/ide@d/cdrom@0,0:f

(assuming it's a primary master drive).
These 5 Users Gave Thanks to hicksd8 For This Post:
 

10 More Discussions You Might Find Interesting

1. Linux

read removable disk

Hello I am trying to read from a small disk , 256 MB , removable sandisk.I am not able to access the device. The system does not recognise my disk to copy file s from the disk. Please post your solution in this issue. Thanks (2 Replies)
Discussion started by: singh85
2 Replies

2. Filesystems, Disks and Memory

I need read data from Disk,please help

Hallo, can You help me with this problem: I have Hard Disk with "SCO Server Release 5.0" and I need read the data from the disk. Know You how can I do it? I only know that the file system is ISC UNIX . I test FreeBSD, but I can not mount the disk (with error message "incorrect super block").... (7 Replies)
Discussion started by: Fik
7 Replies

3. SCO

Read a SCO floppy disk under another OS...

I have formatted a floppy disk under SCO unix. Is there a way I could read this disk under another operating system e.g. Windows or Linux? (1 Reply)
Discussion started by: sgertsos
1 Replies

4. SCO

i can't read hard disk scsi

i was installing i my computer windows xp and sco when i use knoppix5.0 live to read scsi partition wish sco was installing show me message that i have not permission to acces in scsi hard drive help me please (1 Reply)
Discussion started by: walidfinder
1 Replies

5. Solaris

How to read EMC disk space

Hi I am using Solaris8.I want to find the total disk space of my server.Can anyone please tell that which field in below mentioned code signifies the disk space and whether this space is in Mb or GB. c11t0d52 <EMC-SYMMETRIX-5264 cyl 4 alt 2 hd 15 sec 64> ... (4 Replies)
Discussion started by: sharmaankur85
4 Replies

6. Filesystems, Disks and Memory

Disk read and write speed.

Being a novice user to linux i m little unaware of how would i check disk read write speed. One of my mate is suggesting to create a file using dd command and check how much time it takes to create a 30 gb file . I think this has a little sense however i would also like to take your reviews... (5 Replies)
Discussion started by: pinga123
5 Replies

7. UNIX for Dummies Questions & Answers

How to read a disk label?

Hi there, I'm wondering how to display a disk label (why not edit it but I don't need that yet). I found several commands on forums like disklabel and diskinfo but I can't find them on my system and don't know the package they belong to. Can you help me? Cheers Santiago (2 Replies)
Discussion started by: chebarbudo
2 Replies

8. Solaris

Read/Write Data on CD/RW Disk

Would simply like to write data (no audio) to a CD/RW disk. The disk drive states CD/RW on the front but don't know for sure if the software is configured to recognize it as a writable disk. I can read/move data from the disk to the hard drive with no issue from the disk. Any help in this... (4 Replies)
Discussion started by: jes1trish
4 Replies

9. UNIX for Advanced & Expert Users

read sectors from disk failed with timeout

i'm writing some code to simulate the boot progress after power on but when i try to read the 2nd sector from a floppy disk, this operation always fail with ah=0x80h which means timeout, how can i get over this problem? my code would be like this: $ cat boot.S .code16 #define SETUPLEN 4... (0 Replies)
Discussion started by: wljackhero
0 Replies

10. AIX

read lv mountpoint information directly from disk

Hello, I need to get the lv mountpoint from the hdisk directly (from vgda i guess) and not from odm or /etc/filesystems I knew the command, but unfortunately I forgot it ;) cheers funksen (5 Replies)
Discussion started by: funksen
5 Replies
SDL::Cdrom(3)						User Contributed Perl Documentation					     SDL::Cdrom(3)

NAME
SDL::Cdrom - a SDL perl extension for managing CD-ROM drives SYNOPSIS
use SDL::Cdrom; $cdrom = SDL::Cdrom->new(0); $cdrom->play(); EXPORTS
o "CD_NUM_DRIVES". DESCRIPTION
Create a new SDL::Cdrom object. The passed $id is the number of the drive, whereas 0 is the first drive etc. use SDL::Cdrom; my $drive => SDL::Cdrom->new($id); METHODS
CD_NUM_DRIVES() Returns the number of CD-ROM drives present. name() Returns the system dependent name of the CD-ROM device. status() Return the status of the drive. play() Play a track. pause() Pause the playing. resume() Resume the playing. stop() Stop the playing. eject() Eject the medium in the drive. id() Return the ID of the drive. num_tracks() Return the number of tracks on the medium. track() Returns the track description current() Return the current played track number. current_frame() Return the current frame. AUTHORS
David J. Goehrig Documentation by Tels <http://bloodgate.com/>. SEE ALSO
perl SDL::Mixer SDL::App. perl v5.12.1 2010-07-05 SDL::Cdrom(3)
All times are GMT -4. The time now is 03:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy