im trying to network my fedora laptop to windows 7 for file sharing/printing etc. Mainly for my office use. i have smb installed and see windows network but it says folder empty.
on the windows machine i cant see the laptop.
ive also tried via bluetooth (using a dongle on the windows 7 machine) but the fedora laptop keeps disconnecting after a few seconds.
In theory, mind you, as Iâve not done this in quite some time ⌠dnf -y install samba-client cifs-utils (you indicate youâve already done this) smbclient sharename -U username (sharename could be â\JohnWork\C$â for example, and username is your username in the Windows environment authorized to access the share, perhaps John). Youâll be prompted to enter a password if needed. Use the smbclient to verify that you can see files in the share, using ls for example, then exit. Success at this point means youâve authenticated and access works.
For longer periods, youâll want to mount the share: mount -t cifs -o vers=3.0,username=John '\\JohnWork\C$' /mnt
See various documents for mounting drives and automatic mounts at boot, or I can walk you through the steps.
Again, Iâve not tried this recently so there may be something missing. If you have issues, please paste output here using the </> markup so that it is readable.
Good luck
Yeah, that wonât work. The SMB path will look like \\servername\sharename, two leading backslashes, server name, another backslash, sharename. And on the shell command line, that path will likely need to be enclosed in single quotes. If you have a Windows system available on the network, you can look at the properties of the share using the Windows Explorer. If youâre trying to access your own data on your work Windows system, youâll have to âshareâ it from there, then you can look at the properties of your share. If the share is instead mounted on a Windows system with a drive letter, the drive letter properties will show the share name you need to use. In my home network I have an SMB server named worksys and a shared directory work, so the SMB path is \\worksys\work.