mounting cd in solaris 5.8


 
Thread Tools Search this Thread
Operating Systems Solaris mounting cd in solaris 5.8
# 1  
Old 09-25-2007
mounting cd in solaris 5.8

Hi,

I am trying to mount a cd on Solaris and its giving me the following error

mount -F hsfs -o nomaplcase,ro /dev/rdsk/c0t2d0s2 /tmpcd
mount: /dev/rdsk/c0t2d0s2 not a block device

I stopped vold and tried to mount and it is not working.

any help?
# 2  
Old 09-25-2007
try:
mount -F hsfs -o nomaplcase,ro /dev/dsk/c0t2d0s2 /tmpcd

is it a sun box? standard for cd/dvd drives is the target id 6....
# 3  
Old 09-25-2007
yes its a sun box what do you mean by id 6?
# 4  
Old 09-25-2007
did you try:
Code:
mount -F hsfs -o nomaplcase,ro /dev/dsk/c0t2d0s2 /tmpcd

?

target id means the scsi id for the cdrom/dvd drive. its typically id 6 in a sun box:

c0t6d0s2
# 5  
Old 09-25-2007
Hi duke,

i got it working and now and now i am trying to tar up a folder on it to pass over the network using ftp. Will post this in a new thread

thanks for your help

Mani
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Mounting UFS on Solaris 10 to Solaris 11

I have a Solaris 10 LDOM installed with UFS and another Solaris 11 LDOM with ZFS. I want to mount a folder on Solaris 10 to Solaris 11. I used the following: sudo mount -F ufs 10.1.1.44:/export/home/amandeep/workspace /home/amandeep/workspace/mounts/ldom5 and it errors out with: mount:... (7 Replies)
Discussion started by: amandeepgautam
7 Replies

2. Solaris

Mounting done only after reboot the machine in Solaris 9

Hi Team I am facing an issue on solaris machine as mounting a remote path is only done after reboot the machine. without rebooting its going to hanging state and no process either. i am using the following parameters for mounting NFS share.. mount -F nfs remote_path:/abc/ mount_point... (1 Reply)
Discussion started by: boby.kumar
1 Replies

3. Filesystems, Disks and Memory

mounting filesystem twice on Solaris

Hello, In a shared storage environment is their anything to stop being able to mount the same filesystem on two hosts by accident, a flag being set or something on the storage? If it did happen would one of the hosts panic? (2 Replies)
Discussion started by: Actuator
2 Replies

4. UNIX for Advanced & Expert Users

Mounting from Solaris to UNIX

Hi Frens, my requirement is to mount a folder from a Solaris 5.9 box to a UNIX box please let me know the procedure for same (1 Reply)
Discussion started by: NIMISH AGARWAL
1 Replies

5. Solaris

Mounting XP Drive in Solaris 10

Hi All, I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament: I have a Windows machine running VMWare with an instance of Solaris 10. I have a Windows XP Pro "server" with a large hard drive that I need Solaris to... (7 Replies)
Discussion started by: spiffy05
7 Replies

6. Solaris

solaris 8 NFS mounting problem

While mounting nfs file system I get the following error . # mount -F nfs jewelex:/back2 /oback2 nfs mount: jewelex:/back2: Permission denied Following is the permission for oback2 drwxr-xr-x 2 root other 512 Apr 9 18:39 oback2 Directory permission on jewelex server is ... (4 Replies)
Discussion started by: Hitesh Shah
4 Replies

7. UNIX for Advanced & Expert Users

Mounting NAS Drive on solaris

Hi, Im running 32-bit solaris on sparc. We have a NAS(Network attached drive), with its IP address, username and password. I'd like to be able to mount it on the solaris machine, and unmount it. The best possibility would be able to mount it simulataneously on 2 or more systems. Please... (9 Replies)
Discussion started by: 0ktalmagik
9 Replies

8. Solaris

mounting cdrom on Solaris 9

Here's some cmd output: bash-2.05# ls /dev/dsk/* /dev/dsk/c0t0d0s0 /dev/dsk/c0t0d0s4 /dev/dsk/c0t1d0s0 /dev/dsk/c0t1d0s4 /dev/dsk/c0t0d0s1 /dev/dsk/c0t0d0s5 /dev/dsk/c0t1d0s1 /dev/dsk/c0t1d0s5 /dev/dsk/c0t0d0s2 /dev/dsk/c0t0d0s6 /dev/dsk/c0t1d0s2 /dev/dsk/c0t1d0s6 /dev/dsk/c0t0d0s3 ... (4 Replies)
Discussion started by: AJA
4 Replies

9. UNIX for Dummies Questions & Answers

Mounting CD-Rom with Solaris 8

Hello! I just completed a Solaris 8 installation. When I now insert a CD-Rom how do I mount the device? After I inserted the CD I changed into /cdrom but ist did not show the content of the CD. So, how do I mount the CD-Rom? I also tried to find some tipps on the internet but did not... (5 Replies)
Discussion started by: Fwurm
5 Replies
Login or Register to Ask a Question