~Removed Old~
Hello,
I can mount cifs with the following:
edit2: However i can mount the shared docs folder of that computer fine with the following:
Code:
[root@fedora Stephen]# mount -t cifs "//192.168.1.2/G Drive" /mnt/GDrive -o user=Stephen,pass=
However, when i try this in fstab, quotes do not work. Apparently \040 is meant to do the trick for spaces, but that doesn't work either:
Code:
//192.168.1.2/G\040Drive /mnt/GDrive cifs user=Stephen,pass= 0 0
When i double click it on the desktop in KDE it says permissions denied.