Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 4265  / 3 Years ago, mon, may 17, 2021, 10:34:37

In my present configuration, my /home lives on a regular spinning hard drive, with the exception of /home/mac/runtime which is a partition from a SSD.



My problem is that such partition shows up as a "removable device" even if the mount options are such that is not possible for the user to unmount it at all (besides, it is not a removable device, given that it is a partition of an internal hard drive!).



Indeed my goal would be for the partition layout to be totally transparent (my /boot is on another disk too, but the user wouldn't know, and the /boot doesn't appear as a removable drive).



The portion of my /etc/fstab of interest looks like this:



# /home was on /dev/sdb1 during installation
UUID=<my-uuid-here> /home ext4 noatime,nodiratime 0 2
# /home/mac/runtime was on /dev/sda3 during installation
UUID=<my-uuid-here> /home/mac/runtime ext4 noatime,nodiratime 0 2


Thank you in advance for your help!


More From » 12.04

 Answers
4

After having done some more research I found out that Fedora 16 experienced the same problem. I consequently filed a bug on launchpad and from the subsequent discussion it appears that the behaviour is due to the hot-pluggable nature of SATA devices.


[#38427] Tuesday, May 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
emuralm

Total Points: 290
Total Questions: 111
Total Answers: 117

Location: China
Member since Thu, Sep 1, 2022
2 Years ago
;