edit:sorry forgot the first commandWhat error do you get when youmanually try to mount the drives?
mount /drive_sda
mount /drive_sdb
gmel@GBox:~$ cd /drive_sdaIf it's already mounted, how can both drives be missing?
cd /drive_sdb
ls
these drives don't show in my GUI
how do I fix that?
looks like that took care of the last stepUsually this is a permissions issue.
chown -R gmel:gmel /drive_sdb/*
should fix it.
Device names like /dev/sda and /dev/sdb are assigned at boot time. These can change if a race condition exists. One device may respond faster than another device, but sometimes the second device might respond first. This is why it's a good idea to use UUIDs for each device when referring to a block device. A UUID is a Universally Unique IDentifier. Each UUID on your system must be unique or your kernel can get confused and then bad things can happen.Does anyone have any idea how my drive names got removed/changed?
Someone earlier suggested a surge
and that may have caused it