FUSE Setup
- download tar.gz
- make sure you have kernel source
- ./configure; make; make install
FUSE Setup Easy Way Using module-assistant
- apt-get install module-assistant
- prepare
- select fuse
- build and install
Using FUSE
- su -
- modprobe fuse
- chmod 666 /dev/fuse
- chmod u+s /usr/bin/fusermount
![[logo]](logo.png)