Windows Festplatten in Linux einmounten

Post Reply
Message
Author
tweb_de
Posts: 46
Joined: 14. Feb 2002 11:30
Location: Berlin
Contact:

Windows Festplatten in Linux einmounten

#1 Post by tweb_de »

Über Samba kann man prima Linux Platten in Windows Kisten einmounten.
Gibt es auch eine Möglichkeit, dies umgedreht zu tun ?
Eine freigegebene Windowsplatte in Linux einmounten ?! (übers Netzwerk natürlich)

asdf

Re: Windows Festplatten in Linux einmounten

#2 Post by asdf »

man smbmount

edm

Re: Windows Festplatten in Linux einmounten

#3 Post by edm »

mount -t smbfs -o username=xxxx //server/Verzeichnis /mnt (oder -o username=xxx,password=xxxx um das Passwort direkt einzugeben)

Die IP von "server" muss natürlich ich der /etc/hosts stehen. Es kann auch sein, dass "192.168.x.x:/Verzeichnis" auch funktioniert.

Post Reply