yes, I made a typo in the mount. I was, and am running off the Live CD and was transposing what I read from my tablet to the Konsole on Kubuntu. I see the error now. I have a connection now and am leaving the machine on until we need to reboot.
KONSOLE:
kubuntu@kubuntu:~$ sudo mount /dev/sda3 /mnt
mount: /dev/sda3 already mounted or /mnt busy
mount: according to mtab, /dev/sda3 is already mounted on /mnt
kubuntu@kubuntu:~$ sudo blkid -c /dev/null -o list
device fs_type label mount point UUID
-------------------------------------------------------------------------------
/dev/loop0 squashfs /rofs
/dev/sda2 swap <swap> 27fc3bd0-ba2a-44d9-bcdb-7f70882765ea
/dev/sda3 ext4 /mnt 8283dd32-66c3-4c8f-a369-f8fcc6428c63
/dev/sda4 ext4 (not mounted) f5832725-1864-49c2-87f7-8d7b464eae56
/dev/sda5 ext4 (not mounted) 138c7e8a-ab14-461c-9bce-ed83424a14ba
/dev/sr1 iso9660 Kubuntu 13.10 i386 /cdrom
kubuntu@kubuntu:~$
KONSOLE:
kubuntu@kubuntu:~$ sudo mount /dev/sda3 /mnt
mount: /dev/sda3 already mounted or /mnt busy
mount: according to mtab, /dev/sda3 is already mounted on /mnt
kubuntu@kubuntu:~$ sudo blkid -c /dev/null -o list
device fs_type label mount point UUID
-------------------------------------------------------------------------------
/dev/loop0 squashfs /rofs
/dev/sda2 swap <swap> 27fc3bd0-ba2a-44d9-bcdb-7f70882765ea
/dev/sda3 ext4 /mnt 8283dd32-66c3-4c8f-a369-f8fcc6428c63
/dev/sda4 ext4 (not mounted) f5832725-1864-49c2-87f7-8d7b464eae56
/dev/sda5 ext4 (not mounted) 138c7e8a-ab14-461c-9bce-ed83424a14ba
/dev/sr1 iso9660 Kubuntu 13.10 i386 /cdrom
kubuntu@kubuntu:~$
Comment