mounting cds?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mounting cds?
# 1  
Old 01-06-2004
mounting cds?

is this right?

mount /dev/acd0c /mnt/cdrom

i get this:

invalid superblock

or bad superblock

or soemthing like that.

o/s is freebsd

thanx

(ps does it with all cds)
# 2  
Old 01-07-2004
Hi,

You must specify the filesystem type, or it will use the default, which is not cdfs !

Try this...
mount -t cd9660 /dev/acd0c /mnt/cdrom
# 3  
Old 01-13-2004
i found that mount_cd9660 /dev/cd0a /mnt/cdrom worked for me, but i think you need to do a mkdir for the cdrom part of it. but thats on openbsd, so that could be a difference.
# 4  
Old 01-13-2004
you will only need to create the directory you are mounting the cdrom to if that directory dosnt already exist.
so yes,
mount -t iso9660 /dev/sr0 /mnt/cdrom

wont work if /mnt/cdrom dosnt exist.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sliced vx cds veritas format

This is more of Veritas question, not of UNIX. But I will appreciate if somebody can clear my doubt. I have Solaris-10, which is running Veritas 5.1 on it. Due to some known bug, I was not able to mirror disk_0 and disk_1 in rootdg. Currently disk_1 is in use and is only disk which is part of... (1 Reply)
Discussion started by: solaris_1977
1 Replies

2. Solaris

Solaris 7 CDs 3/99

We have an Ultra 5 running Avaya's CMS (Call Management Software) and it crashed. I have a new Ultra 5 replacement that I need to reload Solaris 7 3/99 on it then I can run CPIO to pull all the CMS backup files off our tape backup. It has been years since we first setup this CMS server and... (0 Replies)
Discussion started by: drewmich
0 Replies

3. Solaris

How to find Solaris 2.6 installation cds?

Hello Forum! I need to install Solaris 2.6, but it seems difficult to find that old version...any ideas where to find / buy the installation cd's? Best regards, /roinepe (2 Replies)
Discussion started by: roinepe
2 Replies

4. AIX

Integrate ML with AIX Installation CDs

In windows, there is a software that can help integrate some fixes or files into installtion media ( I think the software is called nLight or something). For example, if you want to include some SATA drivers into the installation CD of Windows XP you would: 1)get the Windows XP installation CDs. 2)... (1 Reply)
Discussion started by: Dardeer
1 Replies

5. Solaris

Solaris 8 02/04 CDs

Hi I have misplaced my Solaris 8 02/04 CDs - is there any way to get a copy? I have to re-install a server and it needs to be this version. Mick (2 Replies)
Discussion started by: mickg007
2 Replies

6. AIX

installation CDs

I am trying to find the images of AIX 5.2 (or 5.3) installation CDs. Does any one know web links to download? I was not able to find any. I am wonderying if it is not possible at all. (7 Replies)
Discussion started by: gogogo
7 Replies

7. AIX

Where to Order 5.1L Cds

Anyone know where you can purchase a 5.1 cd set? IBM no longer ships this out and do not have a set. I have a burned copy, but would be nice to have the originals. I'd like to send my copies offsite for DR once i get an original set. Thanks! (2 Replies)
Discussion started by: slacker
2 Replies

8. Red Hat

Need Help Finding C Compiler on install CDs

I have to install C compiler on Redhat 9. I was told that its on the install CDs however, I cannot find it. Would appreciate any help on this issue. (1 Reply)
Discussion started by: StorageGuy
1 Replies
Login or Register to Ask a Question