External Harddrives
I have a Seagate external harddrive and I haven't been able to access the data on it since I switched to Ubuntu. I was wondering if there was anyway to access this information or if I'm better off just getting a new external. And if I do have to get a new external can I buy any brand?
no subject
sudo apt-get install pmount
and try it withpmount /dev/sdb1
, it should mount it in user-space (meaning you can write and read from it as a non-root user).no subject
no subject
I'd save updating till you're more confident, as it can be a pain in the bum sometimes.
no subject
no subject
no subject
Thank you so much. Again.