Trecând peste uşoara instalare Arch, aleg să îmi construiesc un sistem cu XFCE4 default. Zis şi făcut. După ce am instalat ce mă interesa, dau să testez treaba cu windows shares. Numai că în thunar e un pic altfel. Mă dau pe net, şi bag la căutare Google thunar windows shares. O groază de rezultate de pe forumul Ubuntu, legate de Xubuntu şi windows shares. Link-ul de pe forumul Ubuntu e down şi caut mai departe. Iată un copy-paste al metodei. Atenţie mare:

1) In XFCE’s Applications -> System -> Shared Folders. (This should trigger a Samba install if you don’t already have a share, and it should allow you to define the proper workgroup)

2) Install fusesmb in Synaptic (from Universe repository)

3) Edit /etc/modules and add the word ‘fuse’ to the modules list to be loaded (without quotes), and save the file.

4) Reboot, so the fuse module loads, and the proper workgroup is read for samba.

5) In XFCE Applications -> System -> Users and Groups… Properties of your username… User Priveleges Tab… check “Allow use of fuse file systems…”

6) Create a directory that you are going to mount your network browse to… I used /media/network. Change permissions to read / write for group and others (777).

*** 6.5) In a terminal, type: sudo chown <username>:fuse /media/network
(Where <username> is your user account logon name)

*** 6.6) Double check that the permission to use fuse took. Applications -> System -> Users and Groups… Manage Groups… find fuse and choose properties. Make sure your user name account is in that group and check-marked.

*** 6.7) Reboot the system and triple check with step 6.6

7) In XFCE Applications -> Settings -> Autostarted Applications… Add an application… name and describe as you wish… for command line, put: fusesmb /media/network (Or whatever mountoint you created).

Open Thunar, and navigate to the parent folder of your mountpoint… then drag the ‘mounpoint folder’ to the places (shortcut) pane of thunar.

9) Logout and log back in (So the user privilege and fusesmb autostart will take affect)

*** Added steps to help prevent some access denied issues some people have been experiencing with fusesmb.

Desigur, tot ce scrie mai sus este Xubuntu specific şi chiar în încercarea de a adapta la Arch nu am reuşit să fac să meargă. Aşa că Arch wiki. În Archlinux trebuie să faceţi după cum urmează.

Pasul 1. Cu drepturi root, instalaţi ceva.

pacman -S fuse smbclient smbnetfs && nano /etc/rc.conf

Adică instalarea a 3 pachete şi editarea unui fişier. Pe linia MODULES, adăugaţi fuse. Pe linia DAEMONS, adăugaţi smbnetfs. Reboot.

Pasul 2. Deschideţi thunar. În /mnt/smbnetfs aveţi DEJA ce vă interesează. Punctul de montare este creat automat, accesul este deplin, numele workgroup-ului este detectat automat, nu vă bateţi capul cu altceva.

smbmount

ATÂT. Cam asta e diferenţa dintre X/Ubuntu şi Archlinux.



Am scris asemănător ...