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 does a solaris cluster work?
What can be a reason for the solaris system slowing down? How can it be rectified?
How can threads be created in a solaris environment? Write an example
How do you copy files from remote system using ftp?
How to login to a remote host with solaris secure shell?
Benefits of SMF compared LRC(legacy run control)?
How can a user access a dos-format disk in solaris?
How can a user boot in solaris as root if the password is non functional?
Explain the run levels that are used in solaris10?
How can abiword be compiled for solaris using gcc?
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?
Explain the difference between swap -l & swap -s?
List out a few performance monitoring tools.
How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?
What do you understand by mail aliases?