On Friday 02 April 2021 00:52:20 J Leslie Turriff wrote:
On 2021-04-02 01:46:27 William Morder via tde-users
wrote:
What does their entries in your /etc/fstab look
like?
Leslie
I give my hard drives custom mount points to make them easier for me to
remember and access them.
sda-sdd are all internal hard drives:
# / was on /dev/sda1 during installation
UUID=dd1edebd-11e7-42de-9f9d-b1e62e6b1f9d / ext4
errors=remount-ro 0 1
# swap was on /dev/sda2 during installation
UUID=adc1b14c-1565-470e-b5e2-fb4adffe9e24 none swap sw
0 0
# /home was on /dev/sda3 during installation
UUID=4de709d2-3816-4baf-aab8-eff45a25b9ab /home ext4 defaults
0 2
# /media/cybele was on /dev/sdb1 during installation
UUID=1e67bfcb-205d-4205-8758-1bb2c70f3534 /media/cybele ext4 defaults
0 2
# /media/qadesha was on /dev/sdd1 during installation
UUID=7f0799f1-c05a-4b88-b615-609642c488df /media/qadesha ext4 defaults
0 2
sde and up are external hard drives
# /media/philomena was on /dev/sde1 during installation
UUID=3C1C1EDF1C1E93CC /media/philomena ntfs defaults 0 0
# /media/tara was on /dev/sdf1 during installation
UUID=4b4696d9-05d4-423f-acfa-707f7148f245 /media/tara ext3 defaults
0 2
# /media/anahita was on /dev/sdg1 during installation
UUID=84c03316-b63b-4ac8-96f7-8a08f09d3441 /media/anahita ext3 defaults
0 2
# /media/parvati was on /dev/sdh1 during installation
UUID=002455b9-3fec-49e0-8ed8-edcad5c3f087 /media/parvati ext3 defaults
0 2
# /media/hermes was on /dev/sdi1 during installation
UUID=663D1F854367C942 /media/hermes ntfs defaults 0 2
# PARTUUID=ebc33208-eb47-4a76-abd4-ab253bf4877d
#UUID=D00A-1594 /media/hermes ntfs defaults 0 2
There are a couple other drives that I use pretty regularly that don't show up
here, but they are not problems.
Bill