Hi,
ich würd gern ne Debian-Datenfreigabe auf nem andern rechner mounten, weiß aber nicht welches filesystem ich dafür benutzen muss.
mit mount -t smbfs krieg ich
"mount: wrong fs type, bad option, bad superblock on //192.168.1.1/sound,
or too many mounted file systems"
als antwort und mit mount -t nfs
mount: RPC: Programm nicht registriert
kann mir wer helfen?!
big thx im vorraus!!
Linux-Netzlaufwerke verbinden?!
Re: Linux-Netzlaufwerke verbinden?!
Mal ne Frage wie hast du die "Debian-Datenfreigabe" erzeugt?
eagle
Das heisst du hast vergessen den portmapper zu starten.dick hat geschrieben:als antwort und mit mount -t nfs
mount: RPC: Programm nicht registriert!
Code: Alles auswählen
/etc/init.d/portmap start
"I love deadlines. I love the whooshing sound they make as they fly by." -- Douglas Adams
Du brauchst portmap nur wenn du ein Laufwerk per NFS freigeben oder mounten willst - nicht bei samba. Hast du auf dem zweiten Rechner das Paket smbfs installiert?
eagle
Weiterhin kann man auf dem Client das Paket smbclient installieren und mit dem folgenden Befehl sich über die freigegeben Shares beim Server informieren.apt-cache show smbfs hat geschrieben:..
Description: mount and umount commands for the smbfs (for kernels >= than 2.2.x)
Smbfs is a filesystem which understands the SMB protocol.
This is the protocol Windows for Workgroups, Windows NT or
LAN Manager use to talk to each other. It was inspired by
samba, the program by Andrew Tridgell that turns any unix
site into a file server for DOS or Windows clients.
..
Code: Alles auswählen
smbclient -L //192.168.1.1
"I love deadlines. I love the whooshing sound they make as they fly by." -- Douglas Adams