How to mount the FLOPPY & CD-ROM?

Answer Posted / prasad3457

for CD-ROM-default mount point is /cdrom/cdrom0, ro for
read only
#mount -F hsfs -o ro <dev name> <mount point>
example:
#mount -F hsfs -o ro /dev/dsk/c0t1d0s0 /cdrom/cdrom0

for DVD-ROM-default mount point is /cdrom/cdrom0, ro for
read only
#mount -F udf -o ro <dev name> <mount point>
example:
#mount -F udf -o ro /dev/dsk/c0t1d0s0 /cdrom/cdrom0

for floppy-device name is /dev/diskette0
#mount -f pcfs <dev name> <mount point>
example:
#mount -F pcfs /dev/diskette0 /dir1

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the user in solaris check the status of processes?

533


Tell me how to mount the floppy & cd-rom?

531


How can a user login to solaris? What is the login shell?

565


Explain the difference between svm and vxvm?

537


What are the raid levels in solaris?

565






How can a user increase the number of pseudo-ttys?

571


environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?

1751


What do you understand by irq assignments?

604


What can be a reason for the solaris system slowing down? How can it be rectified?

570


Discuss the two modes of the vi editor in solaris.

529


Explain the run levels that are used in solaris10?

531


What is the login shell?

607


Explain custom jumpstart procedure?

2496


What causes the rpc.ttdbserverd process to be cpu bound?

544


Benefits of SMF compared LRC(legacy run control)?

2573