View Single Post
Old 29 January 2021, 16:18   #9
gryf
Registered User
 
Join Date: Jan 2013
Location: Poland
Posts: 40
Quote:
Originally Posted by BastyCDGS View Post
Be careful with modern Linux distributions when using /dev/sdX !!!
I'd suggest, that you need to always be extra careful regarding devices.
Quote:
Originally Posted by BastyCDGS View Post
The order can change between boots, e.g. sda can become sdb or vice versa. Better use /dev/disk/by-id or /dev/disk/by-uuid (UUID probably doesn't work with Amiga harddrives) instead.

You can use
Code:
ls -lA /dev/disk/by-uuid
or
Code:
ls -lA /de/disk/by-id
in order to see where the symlinks point (e.g. to /dev/sdc).
UUID
will not work for Amiga partitions. Using
ID
is not great idea either, since depending on the card reader/slot identifier will change. That's why I would suggest to be extra careful there and check twice, before doing anything reckless to your system/drives.
gryf is offline  
 
Page generated in 0.08486 seconds with 11 queries