You are not logged in.

#1 2014-11-06 13:36:32

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

[sort of SOLVED] arch not showing up in win 7 home network browser

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

#2 2014-11-06 14:32:15

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#3 2014-11-06 14:37:15

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

smbd

Offline

#4 2014-11-06 14:38:43

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#5 2014-11-06 14:40:14

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

yes

Offline

#6 2014-11-06 14:41:22

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

Can you smbclient -L localhost?


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#7 2014-11-06 14:50:23

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#8 2014-11-06 14:55:09

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#9 2014-11-06 14:56:15

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

alphaniner wrote:

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

#10 2014-11-06 15:11:22

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

Try smbclient -L <arch IP>


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#11 2014-11-06 15:14:12

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

nomorewindows wrote:

Try smbclient -L <arch IP>

same output

Offline

#12 2014-11-06 15:32:49

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#13 2014-11-06 15:56:44

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

Offline

#14 2014-11-06 16:34:33

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

wootsgoinon wrote:
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

#15 2014-11-06 16:59:53

wootsgoinon
Member
Registered: 2013-10-30
Posts: 44

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

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

#16 2014-11-06 17:38:14

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,416

Re: [sort of SOLVED] arch not showing up in win 7 home network browser

wootsgoinon wrote:

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

Board footer

Powered by FluxBB