You are not logged in.
also can't access my linux shares via samba, however i can mount shared win folders via mount/cif.
workgroup = WORKGROUP on both machines. please help me, thank you!
EDIT:
still no indication in win that archbox is up and can't mount individually shared folders, but whatever.
Last edited by wootsgoinon (2014-11-06 17:16:38)
Offline
Are you using samba (with AD) or smbd?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
smbd
Offline
AD is an enormous headache that is supposed to relieve me of a major headache, but regular smbd is easier to work with for most purposes. Does systemctl status smbd show it running?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
yes
Offline
Can you smbclient -L localhost?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Have you tried manually entering the address in Explorer or mapping a share to a drive? I can do those things but I'm pretty sure the Arch box doesn't show up in the network browser.
Edit: syntax is \\<IP of arch>
You may be able to use the hostname rather than the IP, but that may require extra configuration.
Last edited by alphaniner (2014-11-06 14:54:07)
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Can you smbclient -L localhost?
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.13]
Sharename Type Comment
--------- ---- -------
Shares Disk
IPC$ IPC IPC Service (Samba Server)
tetsuo Disk Home Directories
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 4.1.13]
Server Comment
--------- -------
Workgroup Master
--------- -------
Last edited by wootsgoinon (2014-11-06 14:56:53)
Offline
Have you tried manually entering the address in Explorer or mapping a share to a drive? I can do those things but I'm pretty sure the Arch box doesn't show up in the network browser.
Edit: syntax is \\<IP of arch>
You may be able to use the hostname rather than the IP, but that may require extra configuration.
i tried, it says it detects the device, but couldn't find the shared folder. tried with many different paths.
Last edited by wootsgoinon (2014-11-06 16:05:41)
Offline
Try smbclient -L <arch IP>
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Try smbclient -L <arch IP>
same output
Offline
Try
smbclient //localhost/tetsuo -U <user>
to see if actually does anything. Of course in the other example you can
net use x: \\<IP arch>\tetsuo /user:<user>
.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Try
smbclient //localhost/tetsuo -U <user>
to see if actually does anything. Of course in the other example you can
net use x: \\<IP arch>\tetsuo /user:<user>
.
i can enter the smb shell via the first command
Offline
nomorewindows wrote:Try
smbclient //localhost/tetsuo -U <user>
to see if actually does anything. Of course in the other example you can
net use x: \\<IP arch>\tetsuo /user:<user>
.
i can enter the smb shell via the first command
The second line goes on the Windows machine.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
net use x: \\<IP arch>\tetsuo /user:<user>
woa! i totally disregarded that one. that did it! that's even better, now i can browse my whole ~. thank you, my dear sir!
Last edited by wootsgoinon (2014-11-06 17:11:54)
Offline
net use x: \\<IP arch>\tetsuo /user:<user>
woa! i totally disregarded that one. that did it! that's even better, now i can browse my whole ~. thank you, my dear sir!
The command line never quits. From Windows 2000 and on it had some favorite network browsing, so that any other networks wouldn't show up unless it was in your domain tree or whatever the explanation is. AD hasn't fixed every problem there ever was.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline