übertragen ins knoppix gehts fast bis auf das ich einen mounting point benötige , was ist das?
im man steht zb /data/test ist es ein lokales verzeichniss?
danke dir aber schon mal, bundige prompte hilfe....
dann machst du ein Verzeichnis im Ramdir, das ist wurscht.
So sollte es gehen:
cd ~
mkdir schmudi
mount -o username=foo,password=bar -t smbfs //COMPI/Pfad schmudi
cd schmudi
Ev. musst du für mount weitere Optionen angeben, siehe Post von MavePD
Kleiner Hintergrund zum Thema Mount-Points:
Dabei handelt es sich um (sinnvollerweise leere!) Verzeichnisse im Root-Dateisystem, in die weitere Dateisysteme "eingehängt" bzw "montiert" (engl. mount) werden können.
Auf einem normalen System (nicht Knoppix, sondern auf HD) sind Verzeichnisse wie /bin oder /home normale Verzeichnisse im Root-Dateisystem. /mnt/cdrom (o.ä.) ist das Mount-Verzeichnis für die CD, /mnt/floppy für das Stiffy-Laufwerk.
Wenn du eine CD einlegst, kannst du nicht gleich darauf zugreifen, sondern musst sie zuerst mounten (z.b. in /mnt/cdrom):
mount -t iso9660 -o ro /dev/hdc /mnt/cdrom
Option "-t" legt den Dateisystemtyp fest, also msdos, iso9660, ext2, smbfs,...
Option "-o" gibt spezifische Optionen an, zb readonly "ro", oder Zugriffsrechte, Passwort, etc
Bevor du die CD nach Gebrauch aus dem Laufwerk nehmen kannst, musst du sie unmounten. Der Befehl dazu heisst listigerweise "umount" und nicht "unmount"!
thx, ist mir eigentlich alles bekannt doch leider ist es in diesem speziellen fallein wenig mühsam und ich zum glück per smbclient zugriff...doch leider muss ich ganze dirs verschieben welche je über 200files haben....
zerscht muesch das teil mol installiere/configuriere. i has mol anegfummlet und es het funktioniert aber frög mich ned wie ich das gmacht han, usserdem binich fürs debian zdumm...
danke allen nochmal für die slimeisanoob hilfe, habs schlussentlich ganz kinderleicht mit einem ssh for win client geschaft...knoppix bzw linux hat somit einem firmenuser 16gb daten eines notebooks gerettet auf die ich sonst nie zugreiffen hätte können....da sag ich abschliessend nur:
auch wenn ihr linux nicht versteht, nicht mögt, haltet trotzdem eine cd bereit sie kann euch gröber aus der patsche helfen amen....
Kannst wenn Du das mit den commandline Sachen nicht so pöggst einfach den Konqueror verwendet, der hat auch smb Zeug integriert.
Aber das mountes eines CIFS Shares sollte soweit eigentlich wirklich kein Problem für einen Tippfähigen Menschen verursachen.
habs über den konqueror versucht hat leider nicht so ganz geklappt, aber per ssh ists prima gegangen....auch per smbclient hab ichs geschaft doch leider kann man ja nur file rupfen und keine dirs!?!?
recurse
Toggle directory recursion for the commands mget and mput.
When toggled ON, these commands will process all directories in
the source directory (i.e., the directory they are copying from
) and will recurse into any that match the mask specified to the
command. Only files that match the mask specified using the mask
command will be retrieved. See also the mask command.
When recursion is toggled OFF, only files from the current work-
ing directory on the source machine that match the mask speci-
fied to the mget or mput commands will be copied, and any mask
specified using the mask command will be ignored.
mget Copy all files matching mask from the server to the machine run-
ning the client.
Note that mask is interpreted differently during recursive oper-
ation and non-recursive operation - refer to the recurse and
mask commands for more information. Note that all transfers in
smbclient are binary. See also the lowercase command.