Setting up access to a shared Windows folder was pretty straight forward in Slax, but maybe not so much in Porteus. I have Samba loaded and have been playing with configs, but have had no luck hooking up with the shared folder. Is there another application that simplifies this process? I've gone to the Samba website and read the doc files, but there is loads of info there and I'm, for the most part, overwhelmed. Any assistance with this would be appreciated.
Thanks
How to setup access to a Windows shared folder
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: How to setup access to a Windows shared folder
The latest v1.2rc2 has zeroconf which should sniff your shares.
Alternatively you could mount the share with cifs
I've typed this from memory and can't start my winserver right now to test. Pretty sure this is it though. 192.168.2.100 is the ip of the winbox and sharetest is the shared folder. Username is windows user and password you should know. Also from memory a password is required.
Alternatively you could mount the share with cifs
Code: Select all
sh /etc/rc.d/rc.sshd start
mkdir /mnt/pc
mount.cifs //192.168.2.100/sharetest /mnt/pc -o user=MyUsername,password=
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: How to setup access to a Windows shared folder
Thanks Brokenman, I used your suggestion, but still unable to see the Windows share folder in Porteus. Is there anyone on here actually using samba with Porteus? I just can't understand why it does not work.