Hi. On Tue, 13 Aug 2013 10:36:44 +0530 Anubhav Yadav <[email protected]> wrote:
> root@Innovator:/home/neo1691# apt-cdrom -d=/media/apt1 add > > Using CD-ROM mount point /media/cdrom/ ... > Any help? I want to say some bandwidth as it is not cheap here, and is very > slow > > Thanks! According to apt-cdrom(8), '-d' means: Mount point; specify the location to mount the CD-ROM. This mount point must be listed in /etc/fstab and properly configured. Configuration Item: Acquire::cdrom::mount. Note /etc/fstab part. Apparently you have entry for /media/cdrom in your fstab, but don't have one for /media/apt1. Reco -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

