How to mount the FLOPPY & CD-ROM?

Answers were Sorted based on User's Feedback



How to mount the FLOPPY & CD-ROM?..

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

How to mount the FLOPPY & CD-ROM?..

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

How to mount the FLOPPY & CD-ROM?..

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

How to mount the FLOPPY & CD-ROM?..

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

How to mount the FLOPPY & CD-ROM?..

Answer / pradeep

mount -F hsfs <dev name> <mount point>
mount -f hcfs <dev name> <mount point>

Is This Answer Correct ?    1 Yes 1 No

How to mount the FLOPPY & CD-ROM?..

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

Post New Answer

More Solaris General Interview Questions

ndd -get /dev/hme0 link-mode

3 Answers   Satyam, Wipro,


User is not able to perform cron jobs. How do u troubleshoot?

6 Answers   Satyam, Wipro,


Explain custom jumpstart procedure?

0 Answers   Satyam, Wipro,


How can a user access a dos-format disk in solaris?

0 Answers  


How to check whether top command is installed ?

5 Answers   Satyam, Wipro,






What is the importance of shadow file?

3 Answers   Satyam, Wipro,


How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?

0 Answers  


how to create passwords in nis?

3 Answers   DELL, IBM, TCS,


How does a solaris cluster work?

0 Answers  


If / (root) file system is full,How to increase root file system under Solaris volume manager (SVM)?

3 Answers   Banking,


what is the main usage of maintaining the system logs in solaris

1 Answers  


Hardware and software revision information ? showrev

3 Answers   Satyam, Wipro,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)