On Mon, 29 Jan 2018, John Jason Jordan wrote:

A slight problem:

$ ln -s /dev/sg0 /dev/sr0
ln: failed to create symbolic link ‘/dev/sr0’: File exists

What am I doing wrong?

John,

  You have them backwards. Try:

        ln -s /dev/sr0/ /dev/sg0/

  sr0 is the target and sg0 is the link name. 'man ln' has details.

Rich
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to