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 types of installations in solaris
How can threads be created in a solaris environment? Write an example
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
Explain the difference between swap -l & swap -s?
how to add your own run control script in server?
Explain the vmstat output?
How do you copy files from remote system using ftp?
In solaris 10 root Disk is 98% full what steps to be taken?
How can a user increase the number of pseudo-ttys?
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
Benefits of SMF compared LRC(legacy run control)?
how to add Kernel patch in all systems at a time?
What can be a reason for the solaris system slowing down? How can it be rectified?
How to solve the system hang issue.
What is the login shell?