Hello,
I have recently moved to linux from Microsoft and have been very pleased, the latest release is very nice and the GUI of KDE 4 makes the kubuntu a user friendly interface.
Ok I have a 500gb nas iomega drive attached to my wireless router on ip 192.168.0.10 static. I am connecting to my router through wifi which is working fine. The original problem used to happen was I went to the network folder and setup an SMB directed to the IP, if finds the drive no problems. I can now see public and test folders I had created. good! though as soon as I clicked the folder I was returned to the root.
I have recently ran a sudo apt-get update and the same for the adept which has fixed that issue and made it worse for me. Now when I chick on the folder I see a message stating "the process for the smb://192.168.0.10 protocol dies unexpectedly"
As I need this folder I have set it up as a temporary ftp with rw facilities.
I am new to the terminal too which is an issue but I have ran the following
smbmount //192.168.0.10/PUBLIC /media/iomegadrive -o guest,nounix,uid=admin
and see the following
Warning: mapping 'guest' to 'guest,sec=none'
bad user name "admin"
I am not sure what uid I should be adding here?
any way I have then tried gksudo gedit smb.conf to edit the arrangement to see if there is a fix there and nothing...
I am really stuck here and if I could get a command to start this I would be really happy.
If you can help or you need me to run anything let me know
Kind Regards
I have recently moved to linux from Microsoft and have been very pleased, the latest release is very nice and the GUI of KDE 4 makes the kubuntu a user friendly interface.
Ok I have a 500gb nas iomega drive attached to my wireless router on ip 192.168.0.10 static. I am connecting to my router through wifi which is working fine. The original problem used to happen was I went to the network folder and setup an SMB directed to the IP, if finds the drive no problems. I can now see public and test folders I had created. good! though as soon as I clicked the folder I was returned to the root.
I have recently ran a sudo apt-get update and the same for the adept which has fixed that issue and made it worse for me. Now when I chick on the folder I see a message stating "the process for the smb://192.168.0.10 protocol dies unexpectedly"
As I need this folder I have set it up as a temporary ftp with rw facilities.
I am new to the terminal too which is an issue but I have ran the following
smbmount //192.168.0.10/PUBLIC /media/iomegadrive -o guest,nounix,uid=admin
and see the following
Warning: mapping 'guest' to 'guest,sec=none'
bad user name "admin"
I am not sure what uid I should be adding here?
any way I have then tried gksudo gedit smb.conf to edit the arrangement to see if there is a fix there and nothing...
I am really stuck here and if I could get a command to start this I would be really happy.
If you can help or you need me to run anything let me know
Kind Regards
Comment