# - Hiding disks you do not want to show in explorer - # 1. Open terminal as root 2. Open nautilus as root 3. Create folder at /mnt/ with nautilus /mnt/HideDisk1 /mnt/HideDisk2 /mnt/HideDisk3 4. sudo blkid to get the UUID of disks in computer 5. sudo gedit /etc/fstab 6. For each disk you want to hide # Hiding /dev/sda2 after installation UUID=650f86c6-9403-4351-8547-4bf57e950567 /mnt/HideDisk2 ext4 defaults,noauto 0 0 # # Hiding /dev/sda3 UUID=c35ad0a2-92b5-4fab-838a-be9a753b6168 /mnt/HideDisk3 ext4 defaults,noauto 0 0 7. Save file and it's done automaticaly