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
How can threads be created in a solaris environment? Write an example
Explain what is multi homed system?
Explain the difference between pid and ppid with example.
What is the login shell?
What causes the rpc.ttdbserverd process to be cpu bound?
What can be done to protect the system from overflow exploits?
What are the raid levels in solaris?
What can be a reason for the solaris system slowing down? How can it be rectified?
How many run levels are there and what are they?
How can a user login to solaris? What is the login shell?
How can abiword be compiled for solaris using gcc?
What are nis daemons?
How do you remove a swap space?
How to view shared memory statistics?
Tell me how to set the path for core file?