[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linux on a 40Gig hard drive
- To: http://www.juno.com/~w1few (Richard), http://www.dracomp.com/~r (Richard), http://www.verizon.net/~bhavani3 (Richard)
- Subject: Re: Linux on a 40Gig hard drive
- From: http://dummy.us.eu.org/robert (Robert)
- Date: Mon, 02 Jun 2008 10:46:17 -0700
- Keywords: ifile: nonspam -676.29795647 spam -713.62554312 downloaded -749.18726492 ---------, spamprobe
> From: R <http://www.dracomp.com/~R>
> Date: Mon, 02 Jun 2008 13:22:34 -0400
>
> I've been loading it all morning - on and off. More at 6. Thanks
> for the CD - it seems to be loading exactly what I need.
> D
It's quite possible that you'll have to load jove from the CD by-hand.
To do this, you'll have to mount the CD and find the jove deb package and
do "dpkg -i jove.deb".
I'm not sure how you mount the CD on the command line on Ubuntu, but it's
probably something like:
# mkdir -p /mnt/cdrom
# mount /dev/cdrom /mnt/cdrom
To find the jove package, do
# find /mnt/cdrom | grep jove
This will take quite a while -- possibly 30 mins.
Then, install the jove deb package:
# dpkg -i /mnt/cdrom/whatever/jove-whatever.deb
Hopefully, you'll be able to figure it out.