2009-05-13, 05:35 PM
Here's the last chance
What you show as working shouldn't but did you ever try (I'm not sure the semi-colon has to be escaped or not).
mkdir /mnt/E\:
mount -t cifs //192.168.0.4/dvd /mnt/E\: -o username=guest,ro
or
mkdir /mnt/E:
mount -t cifs //192.168.0.4/dvd /mnt/E: -o username=guest,ro
Martin
What you show as working shouldn't but did you ever try (I'm not sure the semi-colon has to be escaped or not).
mkdir /mnt/E\:
mount -t cifs //192.168.0.4/dvd /mnt/E\: -o username=guest,ro
or
mkdir /mnt/E:
mount -t cifs //192.168.0.4/dvd /mnt/E: -o username=guest,ro
Martin