Titel: Gemountetes Win-Verzeichnis freigeben - wie? Beitrag von: Jojo-dFG am 05. September 2004, 14:40:43 Hi Leute
Ich hab eine Frage. Wie kann ich einem User ein Verzeichnis von meiner Windows-Partiton freigeben, sodass er davon Dateien runterlladen kann. Ich habe schon die Sache mit Symlink probiert. Da erhalte ich nen Error 550. Dann hab ich die Sache mit Mount --bind probiert. Das geht aber irgendwie nicht so wirklich. Das hier sagte mir dann die shell: Code: [root@jojolinux jojo]# mount --bind /windows/D/Meine MP3s /home/mp3/MP3s 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 . Wie krieg ich das gebacken? Ich hab auch schon mal das Verzeichnis "/windows/E/Spiele" getestet, da ich dachte, dass Linux vielleicht Probleme mit dem Leerzeichen bekommen könnte. Aber das hat auch nicht hingehauen. Mandrake 10.0 Off. Kann mir da einer helfen? Wäre echt klasse... mfg Jojo-dFG Titel: Re: Gemountetes Win-Verzeichnis freigeben - wie? Beitrag von: stonki am 05. September 2004, 19:01:11 setzt die Verzeichnisnamen mal in " "
Titel: Gemountetes Win-Verzeichnis freigeben - wie? Beitrag von: Anonymous am 05. September 2004, 20:58:41 Vielen Dank...jetzt funktioniert das!
mfg Jojo-dFG |