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
But my external is making noises and other signs of electronic life.
no subject
sudo mount -t vfat /dev/sdb /media/sdb
.Yay, external life!
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.
no subject
wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I typed in dmesg and got a whole bunch of this:
[1595104.463475] Inbound IN=eth0 OUT= MAC=00:1b:b9:f3:25:21:00:1b:d5:fe:82:e2:08:00 SRC=74.183.255.192 DST=24.131.144.148 LEN=48 TOS=0x00 PREC=0x20 TTL=110 ID=15968 DF PROTO=TCP SPT=59823 DPT=51413 WINDOW=16384 RES=0x00 SYN URGP=0
[1595110.472029] Inbound IN=eth0 OUT= MAC=00:1b:b9:f3:25:21:00:1b:d5:fe:82:e2:08:00 SRC=74.183.255.192 DST=24.131.144.148 LEN=48 TOS=0x00 PREC=0x20 TTL=110 ID=15991 DF PROTO=TCP SPT=59823 DPT=51413 WINDOW=16384 RES=0x00 SYN URGP=0
[1595121.208421] Inbound IN=eth0 OUT= MAC=00:1b:b9:f3:25:21:00:1b:d5:fe:82:e2:08:00 SRC=114.79.55.68 DST=24.131.144.148 LEN=48 TOS=0x00 PREC=0x20 TTL=107 ID=47989 DF PROTO=TCP SPT=25518 DPT=51413 WINDOW=16384 RES=0x00 SYN URGP=0
[1595124.304065] Inbound IN=eth0 OUT= MAC=00:1b:b9:f3:25:21:00:1b:d5:fe:82:e2:08:00 SRC=114.79.55.68 DST=24.131.144.148 LEN=48 TOS=0x00 PREC=0x20 TTL=107 ID=48264 DF PROTO=TCP SPT=25518 DPT=51413 WINDOW=16384 RES=0x00 SYN URGP=0
Tail appears to be something that might take awhile.
no subject
Okay, try it with /dev/sdb1 instead - as I said, the partitions are silly thing.
no subject
/o\
Well, that's good to know.
AND IT WORKED! IT WORKED IT WORKED IT WORKED!
It's been quite a while since I've had access to this stuff. I had a defective harddrive and was more concerned about getting that replaced before anything else. You have no idea how happy I am right now.
If there's anything I can do for you, let me know.
Thank you so much.
no subject
Tail is a way to keep track of updates to files in real time - the file/command updates, and tail lets you know :)
I'm so glad it worked!
Let me know when/if you want to upgrade, as I'd be quite happy to walk you through it :D
no subject
When I feel up to upgrading I will definitely let you know. You get the awesome award.
no subject
It lists commands and useful info for mounting USB devices in general.
no subject