# - bof - #
# -  - #



# :a
# -  - #
# - In terminal - #

sshfs is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images
sshfs is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images -o user -o uid=1000 -o gid=1000 -o transform_symlinks;




sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse user,noauto,uid=1000,gid=1000,transform_symlinks 0 0


sshfs is_derayo@192.168.1.15:/OSs/Data/Images /home/is_derayo/HPLaptopProxmoxVE
sshfs is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images -o idmap=user;
sshfs is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images -o uid=1000 -o gid=1000;

sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse delay_connect,idmap=user,uid=1000,gid=1000,umask=0,allow_other,_netdev,workaround=rename 0 0





# :b
# -  - #
# - In fstab file - #

sudo vim /etc/fstab;

sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse user,noauto,transform_symlinks 0 0
sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse user,noauto,uid=1000,gid=1000,transform_symlinks 0 0
#sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse uid=1000,gid=1000,user,noauto,transform_symlinks 0 0
 sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse uid=1000,gid=1000,user,transform_symlinks 0 0
#sshfs#is_derayo@192.168.1.15:/OSs/Data/Images /Data/WebServer/Images fuse delay_connect,idmap=user,uid=1000,gid=1000,umask=0,allow_other,workaround=rename 0 0





sudo umount '/home/AllDisks-Data/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img'


mount --bind /home/ubuntu/stuff /home/bob/things 0 0
mount --bind -o nobootwait /mnt/tmp /tmp


UUID=c7864fc3-8226-455e-9a89-2bf73d733577  /home/Data2     ext4    defaults          0       2

/home/oli/Desktop/testmount  /mnt none bind,ro
/steam /home/johnny/.steam/ none defaults, bind 0 0

/home/AllDisks-Data/Images/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img /home/AllDisks-Data/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img none defaults, bind 0 2
/home/AllDisks-Data/Images/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img /home/AllDisks-Data/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img none defaults 0 2


/home/AllDisks-Data/Images/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img /home/AllDisks-Data/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img none defaults, bind 0 2
/home/AllDisks-Data/Images/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img /home/AllDisks-Data/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img none bind 0 0


/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Linux_ElementaryOS.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_FreeNAS.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Linux_FreeNAS.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_Manjaro.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Linux_Manjaro.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_Mint.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Linux_Mint.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_RaspberryPi3.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Linux_RaspberryPi3.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_Ubuntu(x32x64).Img/Linux_Ubuntu_Server.Img/1-Linux_Configuration_Files/General-Documentation/UbuntuServer-Setup&Configurations/NextCloud.Img /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/NextCloud.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Linux(x32x64).Img/Linux_Ubuntu(x32x64).Img/Videos /home/Data3/WebServer/www/Programs/Linux(x32x64).Img/Videos none defaults,bind 0 0
/home/is_derayo/uServerHome/home/Data3/Images/Programs/Microsoft.Img/Microsoft-Office.Img /home/Data3/WebServer/www/Programs/Microsoft.Img/Microsoft-Office.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Microsoft.Img/Visual-Basic.Img /home/Data3/WebServer/www/Programs/Microsoft.Img/Visual-Basic.Img none defaults,bind 0 0
/home/Data3/Images/Programs/Microsoft.Img/Windows.Img /home/Data3/WebServer/www/Programs/Microsoft.Img/Windows.Img none defaults,bind 0 0










# - eof - #
