2

Why does Nautilus keep hiding my second SSD? It's formatted as ext4 for additional storage, and it's also set to automount. The problem is that sometimes it's visible, sometimes not. This Ubuntu 21.10.

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sdb5 during installation
UUID=234baac4-67d8-447f-8ef8-a28d8304f83b /               ext4    errors=remount-ro 0       1
# /boot/efi was on /dev/sdb1 during installation
#UUID=3EA2-036B  /boot/efi       vfat    umask=0077      0       1
/swapfile                                 none            swap    sw              0       0
UUID=3EA2-036B  /boot/efi       vfat    defaults      0       1

enter image description here

  • What should it look like in Nautilus? All I see is "62 GB Volume". Is that it? What is "Munene files"? Show us your /etc/fstab. – heynnema Feb 12 '22 at 20:15
  • 62gb volume is my flash drive. i have no problem with that. the problem s munene files ssd – Bonnie Munene Feb 12 '22 at 22:31
  • As requested, please edit your question and show us /etc/fstab. – heynnema Feb 12 '22 at 22:32
  • / was on /dev/sdb5 during installation

    UUID=234baac4-67d8-447f-8ef8-a28d8304f83b / ext4 errors=remount-ro 0 1

    /boot/efi was on /dev/sdb1 during installation

    #UUID=3EA2-036B /boot/efi vfat umask=0077 0 1 /swapfile none swap sw 0 0 UUID=3EA2-036B /boot/efi vfat default

    – Bonnie Munene Feb 13 '22 at 07:51
  • 1
    /etc/fstab should have been an edit to your question, not into the comments... as you can see it's terrible to try and read it there. Anyway, why is #UUID=3EA2-036B /boot/efi vfat umask=0077 0 1 commented out, and replaced with an invalid UUID=3EA2-036B /boot/efi vfat default? Where is your mount for "Munene files"? – heynnema Feb 13 '22 at 14:58
  • 1

0 Answers0