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
Explain the difference between swap -l & swap -s?
what is the importance of swap memory and how it will supports?
What causes the rpc.ttdbserverd process to be cpu bound?
Explain how to view shared memory statistics?
Explain the difference between pid and ppid with example.
Tell me how to solve the system hung issue. Found that the memory state is free, commands to check and solve the issue?
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
How can the user in solaris check the status of processes?
How can a user login to solaris? What is the login shell?
How do you break the root password?
How to solve the system hang issue.
How to login to a remote host with solaris secure shell?
How can a user access a dos-format disk in solaris?
Explain custom jumpstart procedure?
What are nfs daemons?