How to mount the FLOPPY & CD-ROM?
Submitted by: Administratorfor 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
Submitted by: Administrator
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
Submitted by: Administrator
Read Online Solaris General Job Interview Questions And Answers
Top Solaris General Questions
☺ | How to discover Global zone name from local Zone? |
☺ | 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? |
☺ | What is the difference between svm and vxvm? |
☺ | What is VTS? |
☺ | Explain the more details of vmstat output? |
Top OS Solaris Categories
☺ | Solaris General Interview Questions. |
☺ | Solaris Inter-Process Communication (IPC) Interview Questions. |
☺ | Solaris Threads Interview Questions. |
☺ | Solaris System Calls Interview Questions. |
☺ | Solaris Socket Programming Interview Questions. |