On Wed, Jun 30, 2010 at 7:25 AM, Vishnupradeep <[email protected]>wrote:
> i have copied all the dvds to my hdd as iso images. Added 3 dvds to the > synaptic using the following command > > sudo apt-cdrom add > > i used this with the dvds not iso images. > how can i mount the dvd images and add them also to the synaptic. > > > > > > > -- > "Freedom is the only law". > "Freedom Unplugged" > http://www.ilug-tvm.org > > You received this message because you are subscribed to the Google > Groups "ilug-tvm" group. > To control your subscription visit > http://groups.google.co.in/group/ilug-tvm/subscribe > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > > > For details visit the google group page: > http://groups.google.com/group/ilug-tvm?hl=en > I have added these line to the /etc/apt source file # deb file:///media/iso1/ karmic main multiverse restricted universe # deb file:///media/iso2/ karmic main multiverse restricted universe # deb file:///media/iso3/ karmic main multiverse restricted universe # deb file:///media/iso4/ karmic main multiverse restricted universe # deb file:///media/iso5/ karmic main multiverse restricted universe # deb file:///media/iso6/ karmic main multiverse restricted universe # deb file:///media/iso7/ karmic main multiverse restricted universe remove # and change the distro name karmic with which ever you have this is worked in ubuntu 9.10 and then create folders for mounting the image in /media i used 'iso1,iso2 etc' mount these images in corresponding folders using the command sudo mount -t iso9660 -o loop dvd_file.iso /media/iso1 here dvd_file.iso can change with your iso file name and go to synaptic and reload the repository index -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
