[SOLVED] Remmina - RDP - Windows Share Folder on Windows

Post here if you are a new Porteus member and you're looking for some help.
inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

[SOLVED] Remmina - RDP - Windows Share Folder on Windows

Post#1 by inukaze » 21 Jul 2023, 15:21

Hi there, i just want how i should do to change

Image
Image

The current shared folder from Porteus USB (Booting from ISO via GRUB2) is
/home/guest/Public

on Windows 7 Shows like "Drive" called "_home_guest_Public en porteus.example"
i want that drive name to "Public en Porteus"

where i can change that ?
Last edited by inukaze on 15 Aug 2023, 18:16, edited 1 time in total.

User avatar
Ed_P
Contributor
Contributor
Posts: 8374
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Remmina - RDP - Windows Share Folder on Windows

Post#2 by Ed_P » 21 Jul 2023, 15:44

I think renaming the /home/guest/Public folder to be just /Public would give you what you want.
Ed

User avatar
Blaze
DEV Team
DEV Team
Posts: 3885
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Remmina - RDP - Windows Share Folder on Windows

Post#3 by Blaze » 21 Jul 2023, 18:25

Hi inukaze.
Can you share log of this command:

Code: Select all

testparm
?

Not bad if you look at /etc/samba/smb.conf

For example:

Code: Select all

[name-of-your-share]
# path of your share
path = /mnt/sdb1
public = yes
guest ok = yes
browseable = yes
writable = yes
printable = no
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Remmina - RDP - Windows Share Folder on Windows

Post#4 by inukaze » 15 Aug 2023, 16:51

Blaze wrote:
21 Jul 2023, 18:25
Hi inukaze.
Can you share log of this command:

Code: Select all

testparm
?

Not bad if you look at /etc/samba/smb.conf

For example:

Code: Select all

[name-of-your-share]
# path of your share
path = /mnt/sdb1
public = yes
guest ok = yes
browseable = yes
writable = yes
printable = no

Code: Select all

testparm 
Load smb config files from /etc/samba/smb.conf
Loaded services file OK.
Weak crypto is allowed

Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
        client min protocol = NT1
        dns proxy = No
        interfaces = 192.168.1.0/24
        log file = /var/log/samba.%m
        max log size = 50
        name resolve order = wins lmhosts bcast
        server role = standalone server
        server string = Samba Server
        usershare allow guests = Yes
        usershare max shares = 100
        usershare path = /var/lib/samba/usershare
        workgroup = REDLOCAL
        idmap config * : backend = tdb
        hosts allow = 192.168.1.0/24


[homes]
        browseable = No
        comment = Home Directories
        read only = No


[printers]
        browseable = No
        comment = All Printers
        path = /var/spool/samba
        printable = Yes


[public]
        comment = Publico
        guest ok = Yes
        path = /home/guest/Public
        printable = Yes
        read only = No

inukaze
Black ninja
Black ninja
Posts: 47
Joined: 06 Jul 2023, 07:40
Distribution: Slackware

Remmina - RDP - Windows Share Folder on Windows

Post#5 by inukaze » 15 Aug 2023, 18:16

I solved

in the «Share Folder» you can put
"Name,FullPath"
Image

Result :
Image

Post Reply