I'm using my linux laptop at college, and our college uses macs. (filth)
I can mount the mac drive on windows, by going to tools> Map network Drive> and then typing teh address as //studentdata5.b6fc.ac.uk /walke4166
If this canbe done on windows, I assume it can be done on Linux?
If so, can someone help me?
I've tried using:
but to no avail. any help would be GREATLY appreciated.
I can mount the mac drive on windows, by going to tools> Map network Drive> and then typing teh address as //studentdata5.b6fc.ac.uk /walke4166
If this canbe done on windows, I assume it can be done on Linux?
If so, can someone help me?
I've tried using:
Code:
mkdir /mnt/mac sudo mount //studentdata5.b6fc.ac.uk/walke4166 /mnt/mac
but to no avail. any help would be GREATLY appreciated.
Comment