Jump to content
Zatarra

Windows share for Linux

Recommended Posts

Hello again :P acum am sa va prezint un Windows sharing cu acces din Linux

Principiul e simplu:

Dai share la un folder in Windows si il mountezi in Linux.

Video:

Pentru o calitate mai buna a video-ului folositi formatul 720p (HD)

Description:

In primul rand trebuie sa creezi folderul in Windows dupa care modifici proprietatiile si ii dai share (cu drept de scriere - optional).

Urmatorul pas este sa il mountezi in Linux.

Pentru a mounta poti folosi comanada:

mount -t cifs //ip/Folder -o username=UserulDeWindows -p 1 /FolderulDinLinux

Pentru a vedea daca a fost mountat poti folosi comanda:

df -h

Daca doresti ca folderul sa fie mountat automat la startup-ul Linuxului poti folosi comanda:

echo "//ip/Folder /FolderDinLinux cifs rw,username=user,password=pass 0 0" >> /etc/fstab

Grija mare. Orice modificare in fisierul /etc/fstab poate crea mari probleme!

Cam atat despre share-ul dintre Windows si Linux.

Orice intrebare sau nelamurire este bine venita.

Bafta & Thumbs up :-BD

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...