PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Win95 Platte von Netzrechner unter Linux mounten



Thomas Kromik
06.08.99, 08:00
Wie kann ich unter Suse 6.1 Kernel 2.2.5 eine Windows95 Platte mounten. Die Windows 95 Platte befindet sich auf einem Win95-Rechner in einem Tokenring Netz welches mit IPX und TCP/IP vernetzt ist.

MfG, Thomas

Fidschi
06.08.99, 09:02
Gehts nicht mit: mount -t nfs ip.adr.ess.e:/Verz /Verz1


ip.adr.ess.e Adresse des Rechners im Netz

Verz= zu mountendes Verz
Verz1= da solls hin. Muß es schon geben.

und das ganze natürlich als Ruth

Fidschi

Thomas Kromik
06.08.99, 09:14
Nein, dies klappt leider nicht:
Folgende 12 Kommando habe ich ausprobiert...

1>mount -t nfs 192.168.111.150/win95 /tmp
>mount: directory to mount not in host:dir format<
2>mount -t nfs 192.168.111.150:win95 /tmp
>mount: RPC: Port mapper failure - RPC: Unable to receive<
3>mount -t nfs 192.168.111.150\win95 /tmp
>mount: directory to mount not in host:dir format<
4>mount -t nfs \\192.168.111.150/win95 /tmp
>mount: directory to mount not in host:dir format<
5>mount -t vfat \\192.168.111.150/win95 /tmp
>mount: special device \192.168.111.150/win95 does not exist<
6>mount -t nfs "\\192.168.111.150/win95" /tmp
>mount: directory to mount not in host:dir format<
7>mount -t nfs "\\192.168.111.150\win95" /tmp
>mount: directory to mount not in host:dir format<
8>mount -t nfs "\\192.168.111.150\win95\" /tmp
>nix<
9>mount -t nfs "\\192.168.111.150:\win95" /tmp
>mount: can't get address for \192.168.111.150<
10>mount -t nfs "\\kromik:\win95" /tmp
>mount: can't get address for \kromik<
11>mount -t nfs "\192.168.111.150:\win95" /tmp
>mount: can't get address for \192.168.111.150<
12>mount -t nfs "192.168.111.150:\win95" /tmp
>mount: RPC: Port mapper failure - RPC: Unable to receive<

Ich bin ratlos!

Thomas

hirsch
06.08.99, 10:30
Hallo!!
Eine WinDoze95 Kiste hat keine Ahnung vom Dateisystem NFS!! Also mit mount -t nfs geht gar nix!!
Vorschlag: Der Kernel der Linuxkiste sollte das Dateisystem smb kennen.
Jetz kann der Befehl smbmount verwendet werden...
Alternativ...der Einsatz von Samba....
hier dann smbclient \\win95kistenname\sharename verwenden...

Viel Spass );

Thomas Kromik
06.08.99, 10:39
Folgendes habe ich eingegeben, und leider wieder kein erfolgreiches Ergebnis bekommen...

1>smbclient //Kromik/Festplatte -U Kromik -I 192.168.111.155

>Added interface ip=192.168.111.99 bcast=192.168.111.255 nmask=255.255.255.0
session request to KROMIK failed
session request to *SMBSERVER failed<

Thomas

hirsch
06.08.99, 12:28
Hallo..
Also bei mir hier funzt das....aber schau doch dazu mal auch unter der Rubrik Samba weiter unten...
Wenn Du mit z.B dem KDE auf dem 'Netzlaufwerk 'browsen willst, so ist smbclient wohl nicht dafür geeignet...sondern der Weg über das SMB-Dateisystem....
Das kann man dann (glaub ich) ganz normal mounten....

Servus

robert
06.08.99, 17:07
Hallo!

Also, es stimmt schon. M$ WinDumm kennt von sich aus kein NFS.
Aber wenn ihr auf Samba und damit auf den ganzen Win-Overhead verzichten wollt, es gibt einen freien NFS-Server für Windows. Damit kann man dann Windows-Partitionen von Linux per NFS mounten. Allerdings hab ich den immer nur unter NT benutzt und weiß nicht ob der auch bei Win9x funktioniert.
Aber er ist schließlich kostenlos.

Ich glaube bei <A HREF="http://www.systeminernals.com/]http://www.systeminernals.com/[/URL" TARGET=_blank> war der zu finden.

Ich muß mal schauen, ich hab das Teil vielleicht noch irgend wo als Backup gesichert.

Gruß

Robert


------------------
EMail: grw@euromail.com
WWW: Robby´s Info-Seiten</A>
WWW2: [url="http://mitglied.tripod.de/grw/"]Linux Systeme (http://www.grw.notrix.net)
The only way to future is Linux!

================================



[Diese Nachricht wurde geändert von robert (am 06 August 1999).]