How to mount the FLOPPY & CD-ROM?
Answers were Sorted based on User's Feedback
Answer / nileshaher09
CD-ROM - # mount –F hsfs <device name> <mount point>
FLOPPY - # mount –F pcfs <device name> <mount point>
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / deepunix
But in Solaris 10 CD-ROM Mounts automatically. if in case floppy don't get mount automatically you need to start Vold Service.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / syed
For cdrom # mount –F hsfs /cdrom/ /mnt
For Floppy - # mount –F pcfs <device name> <mount point>
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / pradeep
mount -F hsfs <dev name> <mount point>
mount -f hcfs <dev name> <mount point>
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / manas behera
For Cdrom mount,
# mount -f hsfs /cdrom/cdrom0 /cdmount
For Floppy mount
#mount -f pcfs /vol/diskette0/no_label /floppymount
| Is This Answer Correct ? | 1 Yes | 1 No |
What is the file holds default values get by user when new user is created ? /usr/sadm/defadduser
how to solve the system hung issue. found that the memory state is free... commands to check and solve the issue
Explain custom jumpstart procedure?
What are the ways in which replication agreements between directory structures be arranged?
How to mount the FLOPPY & CD-ROM?
How do you connect to remote machines? I said using secure crt using ssh.
Explain how to view shared memory statistics?
How to make ip address persistent across reboots?
how to create passwords in nis?
in a global zone we are created a zone. how can we know whether it is a sparse root model or whole root model.
environment? Is it heterogeneous (mix of linux, solaris,other UNIX)?
How can a user login to another system on his network remotely?