16 cddir, Cddir, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 60

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

60

3.1.16 cdDir

Name

cdDir—displays the contents of a CDROM that is formatted with an ISO9660 file system (8.3
naming convention). Caveats: Symbolic links are not supported. ISO9660 extensions are not
supported (e.g., RockRidge).

Synopsis

cdDir [-ddevicename] [-fpathname] [-v]

Parameters

-d Ps: Device Name (Default = /dev/ide0/cdrom1)

-f Ps: File Name. (specify preceding ’*’ for wildcard)

-v 0: Full Listing.

Example

The following example indicates a typical display when using the cdDir command.

MOTLoad> cdDir -d/dev/scsi0/cdrom6 -f*.exe -v

496368 /quick1.exe

1257 /moveit~2.exe

Error Messages

iso9660Dir(): open(<device>) failed, errno = <value>

Unable to open specified CD-ROM device.

cdromInfo(): malloc() failed

Unable to allocate internal buffer for CD-ROM directory block.

cdromInfo(): read(/dev/cdrom) failed, errno = <value>

Unable to read in primary volume descriptor.

Advertising