mount network drive
- by CaptnLenz
since i updated my ubuntu to natty narwhal(from 10.04), my mount script doesn't work anymore.
The scripts mounts a folder from a NAS (WD mybookworld) in the local network to a folder in my home folder.
script looked like that:
#!/bin/bash
sudo mount //192.168.2.222/Public/Shared\ Music/ /home/simon/Musik/
error:
mount: wrong fs type, bad…