I just upgraded to 8.04. On my list of worries, which includes a broken X due to nvidia driver installation failure, I have now found something that worries me: the apt system is unable to work with my downloaded kubuntu 8.04 disk after installation.
This happens because apt expects the dvd to be located at /cdrom which is a link to media/cdrom. (I am not sure if it is a problem that there is no leading / in media/cdrom in that link).
However, 8.04 does not mount DVDs to that location - it mounts the DVD at /media/"Volume name". (And, by the way, my DVD player is at media > scd0 according to dolphin.)
Is there a mix-up between all these various ways of mounting a DVD, the /media and media:/ ? I always thought this was one of the more confusing aspects of kubuntu, and now it looks to me like the developers have pretty much proven my case, unless I am wrong again.
Below is some stuff copied from my konsole session to show this more precisely:
Am I right? Maybe this should be filed as a bug report?
PS: my workaround for now = disable the cdrom repository but the whole point of downloading the DVD is to have possiblity to do installations offline...
This happens because apt expects the dvd to be located at /cdrom which is a link to media/cdrom. (I am not sure if it is a problem that there is no leading / in media/cdrom in that link).
However, 8.04 does not mount DVDs to that location - it mounts the DVD at /media/"Volume name". (And, by the way, my DVD player is at media > scd0 according to dolphin.)
Is there a mix-up between all these various ways of mounting a DVD, the /media and media:/ ? I always thought this was one of the more confusing aspects of kubuntu, and now it looks to me like the developers have pretty much proven my case, unless I am wrong again.
Below is some stuff copied from my konsole session to show this more precisely:
Code:
myuser@mymachine:~$ ls -ltrhap /cdrom lrwxrwxrwx 1 root root 11 2007-11-15 17:41 /cdrom -> media/cdrom/ myuser@mymachine:~$ ls /media/ cdrom cdrom0 Kubuntu 8.04 amd64 sda1 sda4 sdb1 sdb2 sdb5 myuser@mymachine:~$ ls /media/cdrom myuser@mymachine:~$ ls /media/Kubuntu\ 8.04\ amd64/ autorun.inf dists isolinux pool ubuntu casper doc md5sum.txt preseed umenu.exe cdromupgrade install pics README.diskdefines
PS: my workaround for now = disable the cdrom repository but the whole point of downloading the DVD is to have possiblity to do installations offline...
Comment