This is a discussion on Re: PLEASE HELP ME WITH SAMBA ??? PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE ???? within the Linux Operating System forums, part of the Unix Operating Systems category; --> People I know the answer now!!!! It was stupid of me of course!!! In de windowsXP(Professional)-PC I am sharing ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| People I know the answer now!!!! It was stupid of me of course!!! In de windowsXP(Professional)-PC I am sharing a whole disk!! I only want to mount(on linux) the map named Pictures(from the WIndowsXP-PC). This disk has the label name "Over(G):\" in windowsXP so the path to the map I want, is seen from the network as Over\Pictures So the real answer was always there: mount -t smbfs //192.168.99.100/Over/Pictures /mnt/share/ It then asked me for a password and I gave an enter (no password). And it mounted!! THANK YOU ALL SO MUCH!!!! I really appreciated all your effort for trying to help me!! This is what the world is all about!! THANK YOU SO MUCH!!! BBB "GVK" <vamsee_k@students.iiit.net> schreef in bericht news:c7kjrq$1jov$1@news.wplus.net... > -- wrote: > > Sorry, may be you should use the options guest: > > guest don't prompt for a password > > > > mount -t smbfs -o guest //PC/share /mnt/mountpoint > > > > Well, > # mount -t smbfs //PC/share /mnt/share > Password:<just type enter> > Anonymous login successful > > This should happen if your XP box allows all the users to access the shared > folders. Else, give user name with -o username= option and type enter when it > asks for a password, if it doesn't work, type space for password. If it still > doesn't work, go to your XP box, do a "format c:" and install Linux. Adios > > GVK |