I have a network drive which I have to mount manually each time I boot kubuntu 7.10. The syntax is as follows:
sudo mount -t smbfs -o uid=victor,umask=0 //192.168.1.33/victor /media/sda5/network/maxtor
What would be the syntax to put in fstab so that it is mounted automatically?
Victor Warner
sudo mount -t smbfs -o uid=victor,umask=0 //192.168.1.33/victor /media/sda5/network/maxtor
What would be the syntax to put in fstab so that it is mounted automatically?
Victor Warner
Comment