Here's the result of mount:
Code: Select all
$ mount -v
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=8110380k,nr_inodes=2027595,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1630836k,mode=755,inode64)
/dev/sda2 on / type ext4 (rw,noatime,discard)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,relatime)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
securityfs on /sys/kernel/security type securityfs (rw,relatime)
pstore on /sys/fs/pstore type pstore (rw,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3261660k,inode64)
/dev/sda1 on /boot/efi type vfat (rw,noatime,fmask=0113,dmask=0002,allow_utime=0020,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
/dev/sda3 on /home type ext4 (rw,noatime,discard)
/dev/sdb1 on /home/sherbet/rootMX19 type ext4 (rw,relatime)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
cgroup on /sys/fs/cgroup type tmpfs (rw,relatime,size=12k,mode=755,inode64)
systemd on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/run/cgmanager/agents/cgm-release-agent.systemd,name=systemd)
tmpfs on /run/user/112 type tmpfs (rw,nosuid,nodev,relatime,size=1630832k,mode=700,uid=112,gid=121,inode64)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1630832k,mode=700,uid=1000,gid=1000,inode64)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
/dev/sdd3 on /media/beegees/homeMX type ext4 (rw,nosuid,nodev,relatime,errors=remount-ro,uhelper=udisks2)
/dev/sdc1 on /media/beegees/dData type ext4 (ro,nosuid,nodev,relatime,errors=remount-ro,uhelper=udisks2)
Code: Select all
$ cat /etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=a67d2f14-455c-428a-8115-a809d8ce6040 / ext4 discard,noatime 1 1
UUID=AFE5-F5A0 /boot/efi vfat noatime,dmask=0002,fmask=0113 0 0
UUID=90435d99-9c5a-4995-b4d7-1390b10a90fe /home ext4 discard,noatime 1 0
/swap/swap swap swap defaults 0 0
LABEL=rootMX19 /home/sherbet/rootMX19 ext4 defaults 0 0
Regarding the fstab info.
MX23 mounted OK this morning and it's the first three entries above, viz.
sda1 is /boot/efi above, UUID...F5AO.
sda2 is / above, UUID ...6040
sda3 is /home above, UUID ...98FE
Those 3 partitions are what you listed from my quick system info yesterday - when the drive was sdc, rather than sda as it is today.
Additionally, I have 3 other SSDs mounted today:
sdb: It's my disk that's currently unused. It has old MX19 on it that I've not used since installing MX23. (home/sherbet/rootMX19 above)
sdc: My data disk that isn't listed above.
sdd: AVLinux that I'm not currently using and that isn't listed above.
Hope this info can give you more insight?
Thanks and cheers.