|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
Install programs from cd in fedora
I Installed fedora 6 yesterday just to find out that you can`t install a program if you do not have an internet connection, I find some info of how to copy the content of the installation cd to create a local repository but they didn`t work, it says that I have to run the followin commands
mount /media/cdrom cp -Rf /media/cdrom/* /var/ftp/pub/os/ but when I try to mount the cd there is this error message "Can`t find /media/cdrom in /etc/fstab or /etc/mtab does anybory know the instruction to do this?, create a local repository from installation disk. |
|
|
|
|
|
#2 |
|
Member (11 bit)
Join Date: Nov 1999
Location: Northeast, Michigan
Posts: 1,063
|
how about trying mount /dev/cdrom instead of /media/cdrom
__________________
Registered linux user # 217167 - Be counted http://counter.li.org/ Currently running: Desktop - XP Pro, Fedora HP dv9700z CTO laptop, running Windows 7 Pro |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
The same error, It would be more convenient that this tool uses the cd or dvd of fedora as a primary repository leaving the internet ones as alternative, not the way they leave it and not only in fedora in ubuntu I had the same problem too.
|
|
|
|
|
|
#4 |
|
Member (11 bit)
Join Date: Nov 1999
Location: Northeast, Michigan
Posts: 1,063
|
are you logged in as root?
from the terminal su - then enter roots password then try mounting /dev/cdrom Last edited by mikeL; 08-15-2007 at 07:24 PM. |
|
|
|
|
|
#5 |
|
Lest we forget
Join Date: Jun 2003
Location: Ontario, Canada
Posts: 1,870
|
What command do you use to mount /dev/cdrom?
Please post the contents of /etc/fstab.
__________________
redqueen: Antec Sonata, Pentium-D 2.5GHz, MSI G31M3-L, 2GB ram, 320 GB HDD, OpenBSD hal9000: Lenovo T61, 2GB ram, 120 GB HDD, FreeBSD |
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: Nov 2002
Posts: 502
|
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2 devpts /dev/pts devpts gid=5,mode=620 0 0 tmpfs /dev/shm tmpfs defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 /dev/VolGroup00/LogVol01 swap swap defaults 0 0 |
|
|
|
|
|
#7 |
|
Lest we forget
Join Date: Jun 2003
Location: Ontario, Canada
Posts: 1,870
|
Try adding the line
Code:
/dev/cdrom /media/cdrom iso9660 noauto,ro,user 0 0 Code:
echo "/dev/cdrom /media/cdrom iso9660 noauto,ro,user 0 0" >> /etc/fstab Then do Code:
mount /media/cdrom |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting programs listed in Add/Remove after XP install | Spools | Windows Legacy Support (XP and earlier) | 1 | 08-15-2005 04:07 PM |
| How to install wi 98 when only diskette or CD rom available | nicewithice | Windows Legacy Support (XP and earlier) | 6 | 04-06-2005 10:22 PM |
| Install sound card with no cd? | sos_85 | Home Theater, Audio, and Video | 4 | 02-09-2005 05:07 PM |
| Clean install with a dual XP CD (Home/Pro) | setme31 | Windows Legacy Support (XP and earlier) | 6 | 11-23-2002 12:56 AM |
| Cd acting crazy after cable install | Haavok1 | Computer Hardware | 1 | 02-24-2002 11:07 AM |