SMB2FS v53.7 / Filesysbox.library V54.4 OS3/AROS

Le nostre news in homepage

Moderatore: Newser

SMB2FS v53.7 / Filesysbox.library V54.4 OS3/AROS

Messaggioda AMIGASYSTEM » dom giu 18, 2023 12:37 pm

Immagine

Autore: Fredrik Wikstrom

Aggiornata la New, disponibile anche Filesysbox.library V54.4, che migliora notevomente la condivisione permettendo la disconnessione anche da Macchine Virtuali

SMB2FS v53.7: Download

filesysbox.library V54.4 : Download


È stato aggiornato SMB2FS da bravo "salass00" per OS3 e AROS x86, questa versione è stata migliorata, ora quando si accede alla condivisione "senza password", non viene mostrata alcuna richiesta.

Testato con successo creando e montando SMB2 tramite SMB2-GUI dal bravo "Yannick Buchy" incluso su AROS One (vedi screenshot)

Troverai SMB2FS installato sulla nuova versione di AROS One 2.1 che verrà rilasciata tra poche settimane, dopo aver testato l'immagine ISO e USB sia su Virtual Machine che su PC.

smb2-handler è un filesystem per accedere ai file in remoto utilizzando SMB2/3 protocolli. L'implementazione del protocollo si basa sull'attuale git più recente versione di libsmb2 (https://github.com/sahlberg/libsmb2).

Testatio


Requirements:
- filesysbox.library 54.3 or newer.

Usage:
Create a DOSDriver with the contents:
Handler = L:smb2-handler
StackSize = 65536
Priority = 5
GlobVec = -1
Startup = "<args>"

Where <args> should follow the template:

URL/A,USER,PASSWORD,VOLUME,READONLY/S,NOPASSWORDREQ/S

URL is the address of the samba share in the format:
smb://[<domain;][<username>[:<password>] at ]<host>[:<port>]/<share>/<path>

USER and PASSWORD arguments if used override the username and password (if
any) specified in the URL argument.

VOLUME is the AmigaDOS volume name (if not specified it defaults to
<server>-<share>).

READONLY sets the filesystem to read only mode.

NOPASSWORDREQ stops a password requester from being opened if no password is
specified.

To connect to the share myshare on server mypc using username "myuser" and
password "password123" use:

Startup = "smb://myuser:password123 at mypc/myshare"

If the user name or password contains reserved characters (: ; at ) the
USER and PASSWORD arguments can be used instead:

Startup = "smb://mypc/myshare USER=myuser PASSWORD=password123"

If you prefer not to store the password as plain text, you can also use its
NTLM hash with the following syntax:

Startup = "smb://mypc/myshare USER=myuser PASSWORD=ntlm:HASHABCDEF"

To connect to the same share using a guest account you can use:

Startup = "smb://mypc/myshare NOPASSWORDREQ"

To give the mounted share a custom name the VOLUME argument can be used:

Startup = "smb://mypc/myshare VOLUME=MyShare"

If you want the handler to be started immediately on mount, rather than on the
first access, then make sure that ACTIVATE=1 is set in either in the icon
tooltypes or in the DOSDriver file itself.
Allegati
smb2fs.jpg
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5515
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: SMB2FS v53.7 OS3/AROS

Messaggioda AMIGASYSTEM » sab giu 24, 2023 6:47 am

Uscita anche una nuova versione di filesysbox.library V54.4 per OS3 e AROS x86, ora è possibile smontare e rimontare la stessa cartella condivisa, funziona anche su macchine virtuali come VMware.

Questo permetterà a chi usa condivise Windows di disconnettere le condivise "scadute" dopo 15 minuti !!!

Su AROS One creato apposito Script che smonta e rimonta la connessione "disconnessa" (vedi screenshot)

Per questione di sicurezza i sistemi Windows disattivano dopo 15 minuti le condivisioni in rete, questa procedura di smontaggio evita di modificare questa funzione di Windows.


Immagine
Allegati
Restart.jpg
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5515
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: SMB2FS v53.7 / Filesysbox.library V54.4 OS3/AROS

Messaggioda AMIGASYSTEM » mer giu 28, 2023 12:37 am

Visto che QUI su AEB stavamo discutendo della funzionalità di "Assign Dismount" su OS3, volevo dimostrare che anche su OS3 "Assign Dismount" funziona bene, anzi meglio che su AROS, infatti non c'è bisogno di usare UnMount.

Su OS3 per smontare la condivisione, devi eseguire "Assign Dismount" 2 volte, una volta per smontare i DosDRIVERS e una volta per smontare il "Volume", vedi video allegato.

https://youtu.be/Ty1Jc4rp4XA
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5515
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi


Torna a News e rumors

Chi c’è in linea

Visitano il forum: Google [Bot] e 140 ospiti