fstab examples and Linux Mint caja speed up file manager

Speed up caja file manager:

usr/bin

edit startcaja

remove first line: sleep x

or sudo pluma /usr/bin/startcaja
comment out the sleep line with a pound sign #

fstab examples:

# <file system> <mount point>   <type>  <options>       <dump>  <pass>

# / was on /dev/sda1 during installation
UUID=f2f21b80-27db-4c13-ab00-851656b5682c /               ext4    errors=remount-ro 0       1

# swap was on /dev/sda5 during installation
UUID=fac0d55e-f279-48f9-a9e2-e07123c886d8 none            swap    sw              0       0

LABEL=OS-Files /media/tech/OS-Files  ext4  rw   0   2
LABEL=2tb-backup  /media/2ndPartition    ext4  rw   0    2
# UUID=8f644c6e-c82a-4a90-819a-f239445c7ddc /media/2ndPartition    ext4  rw   0    2

//192.168.1.119/CiviCRM  /media/new-john/CiviCRM  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2
//192.168.1.119/My\040Documents  /media/new-john/My\040Documents  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2
//192.168.1.119/UserTech  /media/new-john/UserTech  cifs  rw,username=tech,password=tech,iocharset=utf8,sec=ntlm  0  2

Comments are closed.