|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello, please don't bash me to much if this has been discussed previously
but I have searched the web over and have not had any luck. My issue is this, I recently removed FC4 and installed SUSE 10 which by the way rocks and I am glad I did and everything works like it should, here it comes....but I for the life of me cannot get my XP share to mount properly. explanation: I, from the cli run mount -t smbfs -o gid=xxx,uid=xxx,credentials=file_location,rw //server/share /mount_point all works like it should except when I try to cd to the mount point and do an ls it gives me a permission denied, whether I am root or my normal user. and that is it in a nutshell, again please go easy on me, I am veery literate in the unicies area but cannot get a grip on this issue. Any help would be greatly appreciated. Thanks in advance. |
|
|||
|
sydvishus@centurytel.net wrote:
> mount -t smbfs -o \ > gid=xxx,uid=xxx,credentials=file_location,rw \ > //server/share /mount_point Hmmm. What happens if you use the credentials in the file with smbclient as in: smbclient -L SERVER -U theuser ??? -- Ruurd |
|
|||
|
> sydvishus@centurytel.net wrote:
> > > mount -t smbfs -o \ > > gid=xxx,uid=xxx,credentials=file_location,rw \ > > //server/share /mount_point > > Hmmm. What happens if you use the credentials in the file with smbclient as > in: > > smbclient -L SERVER -U theuser > > ??? > > -- > Ruurd Same issue |
|
|||
|
sydvishus@centurytel.net wrote:
>> Hmmm. What happens if you use the credentials in the file with smbclient >> as in: >> >> smbclient -L SERVER -U theuser >> >> ??? > Same issue Any chance that you're copypasting the output here so we can maybe diagnose what's happening? -- Ruurd |
|
|||
|
> sydvishus@centurytel.net wrote:
> > >> Hmmm. What happens if you use the credentials in the file with smbclient > >> as in: > >> > >> smbclient -L SERVER -U theuser > >> > >> ??? > > > Same issue > > Any chance that you're copypasting the output here so we can maybe diagnose > what's happening? > > -- > Ruurd Well I'm not really sure of what kind of message you are looking for but here is what I get when trying to mount: super:# mount -t smbfs -o id=500,gid=500,credentials=/home/sydvishus/.creds //sygahertz/c /sygahertz super:# df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda2 9212960 6681244 2531716 73% / tmpfs 253508 12 253496 1% /dev/shm /dev/hda1 28675992 15695148 12980844 55% /XP //sygahertz/c 30001152 22670848 7330304 76% /sygahertz super:# cd /sygahertz super:# ls /sygahertz ls: .: Permission denied I have looked in the logs but nothing really to speak of: smbfs: module not supported by Novell, setting U taint flag. (dmesg output) (it still mounts it) fyi I have also tried it on my FC4 system with the same results, could it be a problem on the XP side? This is the output from smbclient -L sygahertz -U sydvishus smbclient -L sygahertz -U sydvishus Password: Domain=[SYGAHERTZ] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Sharename Type Comment --------- ---- ------- IPC$ IPC Remote IPC print$ Disk Printer Drivers cdrom Disk C Disk ADMIN$ Disk Remote Admin C$ Disk Default share Domain=[SYGAHERTZ] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Server Comment --------- ------- Workgroup Master --------- ------- |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|