atari-home.de - Foren

Software => Software (16-/32-Bit) => Thema gestartet von: guest2234 am Mi 19.11.2008, 21:29:26

Titel: SharityLight und SMB Server
Beitrag von: guest2234 am Mi 19.11.2008, 21:29:26
Hallo zusammen,
hat jemand von Euch schon Erfahrungen mit SharityLight? Und zwar Mounte ich mir ein Laufwerke von Meiner NAS Box im Netz mit SharityLight auf meinen Falcon unter MiNT. Funktioniert auch ganz ordentlich und ich kann Daten von der NAS Box lesen.
Versuche ich aber Daten auf die Box zu kopieren kommt fogende Fehlermeldung:
Fehler beim Kopieren von jindisk1.zip: Zugriff verweigert. Datei schon vorhanden o. schreibgeschützt.

Mounten tue ich mit User und Passwort. Der User hat ADMIN Rechte auf der Box und das Ziellaufwerk ist leer.

Attribute der Datei auf dem ext2fs Laufwerk auf meinem Falcon: -rwxrwxrwx 0000/0000

Was läuft  hier schief und was muß ich ändern?

Gruß
Andreas
Titel: Re: SharityLight und SMB Server
Beitrag von: guest1302 am Do 20.11.2008, 00:49:41
Hello,

I used Slight without problems. But someone at the atari-forum.com got the same problems as you. Check the post 'Mount a Network Share in MiNT'.

I send a solution, but never got a confirmation that it worked. Alo I use gemini 1.a instead of teradesk.

Maybe you need to read also "MiNT and user-rights". I changed the access rights from 'tw-call.prg' I don't know this is relevant or not.

I used the easymint 'em163.zip' package.

Mark.
Titel: Re: SharityLight und SMB Server
Beitrag von: tuxie am Do 20.11.2008, 11:41:03
Hello,

on the Falcon from Andreas, is running the Kernel 1.17-cur from the cvs server. Mark, i thing you are using the old 1.15.xx Kernel is it right?

The 1.16 +1.17. Kernel have an another structur so you can´t do the same thing.
Titel: Re: SharityLight und SMB Server
Beitrag von: guest1302 am Fr 21.11.2008, 09:56:48
Hello,

I'm using the 1.16 kernel.

Mark
Titel: Re: SharityLight und SMB Server
Beitrag von: guest2234 am Fr 21.11.2008, 21:03:14
Hi Mark,

Again i'd like to ask you for an example how to mount a network drive with smbclient and without SMBMOUNT or Mount_smb. I dont know how to handle smbclient.

In addition to this, can you send me an older version of nfs.xfs. I am actually using EasyMiNT 1.172 and probably a 1.161 would be good for testing the solution you posted.

Regards
Andreas
Titel: Re: SharityLight und SMB Server
Beitrag von: guest1302 am Sa 22.11.2008, 01:29:26
Hello,

nfs.xfs
For the file nfs.xfs The best way to get it, is as follow :
Download em163.zip from massisoft (easymint)
extract it, extract easymint.zip. You'll find the file under
/mint

smbclient :
I go to toswin2, datei, shell starten => shell with bash start. I'm root.
I type : "smbclient //linux/mark -U mark"
 
//Linux/mark is the directory on my linuxserver.
user is 'mark'
 
After a while (be patient), "password?" will be prompted. You type your password, and get connection.
 
file handling is like a unix-box.
Important commando's are ls, cd, get and mget.
I checked, the '/' and that one needs to be used.
(Under smbclient from magicnet , I need to use "smbclient \\linux\mark -U mark" and smbclient must be started from u-drive)

Did you check the permissions for tw-call ?
 
Mark