"How could you possibly think typing 'import skynet' was a good idea?" 
Okay, looks like no defined partitions. You'll need to create some to make it useable, either with gdisk as I mentioned previously, or a GUI tool, which your system no doubt has at least one installed somewhere.
That's... interesting. No output at all? Try running just 'mount' and see what you get. If you're only using the SSD, then yeah, no sd* devices would show up. Time to break out the optical grep.
Or you can look at /etc/mtab and see what's listed there. (It's an automatically generated file that the system uses (or used to, anyway) to indicate what's currently mounted; 'mtab' = 'mount table'.)
The layout of sdc is an example of what a typical single-disk install can look like, with sdc1 the root directory and sdc5 the swap partition. Did you perhaps upgrade from sdc as your primary hard drive to the SSD as primary? Regardless, sdc5 might be in use as your swap partition.
As for making the drives appear in your file manager as separate drives... I don't know. That is so far away from my standard practices that I don't know anything about it. If it's important to you to have them show up that way instead of mounting them the traditional way (which I described previously) you may want to ask in an Ubuntu forum somewhere.
Gah. Ubuntu does things so oddly.

Quoth mjr
View Post
Quoth mjr
View Post
Or you can look at /etc/mtab and see what's listed there. (It's an automatically generated file that the system uses (or used to, anyway) to indicate what's currently mounted; 'mtab' = 'mount table'.)
Quoth mjr
View Post
As for making the drives appear in your file manager as separate drives... I don't know. That is so far away from my standard practices that I don't know anything about it. If it's important to you to have them show up that way instead of mounting them the traditional way (which I described previously) you may want to ask in an Ubuntu forum somewhere.

Gah. Ubuntu does things so oddly.
Comment