Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-20-2003, 02:15 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Location: Michigan
Distribution: Redhat 9
Posts: 4
Rep:
|
Asking for Installation Disks when Installing Software
Hey all,
I finally got my RH9 install going on an older PC (lookout here come the questions).....I'm real excited to be runnin' linux, but totally clueless.
My first question (probably of many)....is.....
when I go to install new software ( I downloaded opera and the xsmbrowser), it asks for the install disks. Can I copy these to the hard-drive so I won't be prompted for them, and if so where should I copy them to?
|
|
|
07-20-2003, 02:29 PM
|
#2
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Are you asking about Installing from a Hard Drive or have you finished the install?
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
# Mount CD iso images
mount /path/to/foo.iso /mnt/iso/ -t iso9660 -o ro,loop=/dev/loop0
# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks
# Redhat 7.3 down configuration commands
setup leads to several configuration tools
# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages
# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project
Last edited by fancypiper; 07-20-2003 at 02:31 PM.
|
|
|
07-20-2003, 03:11 PM
|
#3
|
Member
Registered: Jul 2003
Posts: 44
Rep:
|
I think hes asking how to just copy the cd's to hard drive so he can load the data without putting in the cd when it prompts for it.
|
|
|
07-20-2003, 03:21 PM
|
#4
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Then, it's
mount /path/to/<install cd requested ISO file> /mnt/cdrom -t iso9660 -o ro,loop=/dev/loop0
|
|
|
07-20-2003, 03:21 PM
|
#5
|
LQ Newbie
Registered: Jul 2003
Location: Michigan
Distribution: Redhat 9
Posts: 4
Original Poster
Rep:
|
Yup....I just want to be able to get the install files from the hard drive when I am prompted for them. I have my installation completed, but I am assuming it normally asks for installation cds when installing new software (for my first two new programs it did anyhow)
I have two primary purposes in setting up linux.....the first is two become more accustomed to the obviously superior operating system (I love open source), and the second is to backup my data from my win xp laptop. Firstly, I need to figure out how to run samba.....then figure out the best way to backup my data (probably about 2 gb of my docs which I could just overwrite new files every couple days) I design webpages, so it would be nice to not have to worry about losing files when my winblows machine bombs.
|
|
|
07-20-2003, 03:45 PM
|
#6
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Assuming I was asked for install cd1, here is what I would do. Open up an x terminal and give these commands:
Code:
fancy@uilleann $ su -
Password:
root@uilleann # mount /pub/shrike-i386-disc1.iso /mnt/cdrom -o loop=/dev/loop0
root@uilleann # umount /mnt/cdrom
root@uilleann #
Of course, the umount command would be used when the package manager is finished with that CD.
Last edited by fancypiper; 07-20-2003 at 03:50 PM.
|
|
|
All times are GMT -5. The time now is 02:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|