I have an UEFI system and everything works fine. I can write into the partition but I have to mount it manually every time.
# /etc/fstab: static file system information.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
UUID="2B00-F65A" /boot vfat noauto,defaults 1 2
UUID="d9fb9efe-390e-4ff7-870b-83a532af4c8e" / ext4 defaults,noatime 0 1
UUID="8505b49a-0ab4-4393-82f7-fb67d262906c" swap swap defaults 0 0
UUID="09382c16-b07f-4e5e-b8d5-3cf53ed1edcb" /home ext4 rw,relatime,discard,data=ordered 0 2
tmpfs /var/tmp/portage tmpfs size=3G,uid=portage,gid=portage,mode=775,noatime 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
Question
tmp-meteque
I have an UEFI system and everything works fine. I can write into the partition but I have to mount it manually every time.
I tried changing the UUID first, then reformatting the partition, swap the UUID by /dev/sda1 in fstab... I'm out of ideas.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts