PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : zugriff von Linuxs-rechner auf windowsnetzwerkverzeichnis



?Fragezeichen?
31.10.06, 11:41
hallo
ich hab jetzt schon etliche beiträge bezüglich dieses Thema gelesen, aber immer noch keine Lösung gefunden.
Mein Problem: ich will auf ein freigegebenes verzeichnis auf einem windowsrechner zugreifen (samba) - funktioniert aber nicht
(hab ein neues verzeichnis /windows erstellt und will das windowsverzeichnis jetzt mounten)

weder manuell noch per /etc/fstab .. hatte ich bis jetzt erfolg

gebe ich in der konsole ein,:
mount - t smbfs -o username=name,password=pw //cadserver/Disk_D /windows

- kommt jedesmal die Meldung:

Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

- das angelegte verzeichnis /windows bleibt leer

- was mache ich falsch !?:confused:

Hun
31.10.06, 11:49
ein space zwischen - und t

?Fragezeichen?
31.10.06, 11:51
ja sry das war beim eingeben n fehler
ich glaub an tippfehlern kanns kaum liegen dazu hab ich alles schon zu oft eingegeben - einmal hätte es stimmen müssen..

marce
31.10.06, 13:18
such mal nach dem Befehl "smbmount" - alternativ probiere mal statt smbfs cifs...

(siehe z.B. hier: http://www.linuxforen.de/forums/showthread.php?t=217268&highlight=cifs)

?Fragezeichen?
31.10.06, 16:26
.. wenn ich cifs anstatt smbfs angebe, geschieht genau dasselbe..

marce
31.10.06, 16:36
poste doch mal den exakten Befehl, den Du eingibst, ohne Vertipper wie oben und die exakte Ausgabe.

Als welcher Benutzer machst Du denn die Aktion?