I would like to mount a network external drive (ie connected by an ethernet cable) (formatted as vfat).
Manually in console I normally type in the following:
At System Settings/Advanced/Disk & Filesystems
[img width=371 height=400]http://www.woroner.com/snapshot5.png[/img]
I believe it is possible to configure a drive so that it is loaded automatically, however I am stuck on setting at the following windows:
[img width=400 height=370]http://www.woroner.com/snapshot6.png[/img]
I think the Type should be set to vfat and the mount point should be "/media/sda5/network/maxtor" but I am unsure what to type for Device and under Security and Settings.
Help with these would be greatly appreciated.
Victor Warner
Manually in console I normally type in the following:
Code:
sudo mount -t cifs -o uid=victor,umask=0 //192.168.1.33/victor /media/sda5/network/maxtor
[img width=371 height=400]http://www.woroner.com/snapshot5.png[/img]
I believe it is possible to configure a drive so that it is loaded automatically, however I am stuck on setting at the following windows:
[img width=400 height=370]http://www.woroner.com/snapshot6.png[/img]
I think the Type should be set to vfat and the mount point should be "/media/sda5/network/maxtor" but I am unsure what to type for Device and under Security and Settings.
Help with these would be greatly appreciated.
Victor Warner
Comment