Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Recover a dead hard drive using dd' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Recover a dead hard drive using dd
Authored by: DeminJanu on Jun 25, '09 05:44:02PM
btw, the terminal command df -k will list the UNIX device name along side the actual mount point (aka. the "real name" for us human beings). Of course the Root drive doesn't have a real name, it's just /
eg.
[me@mycomputer:[~]$] df -k
Filesystem 1024-blocks Used Available Capacity Mounted on
/dev/disk0s2 184408240 182249088 1903152 99% /
devfs 120 120 0 100% /dev
fdesc 1 1 0 100% /dev
/dev/disk0s3 10475512 577448 9898064 6% /Volumes/WINDOZE
map -hosts 0 0 0 100% /net
map auto_home 0 0 0 100% /home
/dev/disk2s3 312440112 287359576 25080536 92% /Volumes/Chronos
/dev/disk3s1 244136352 201556960 42579392 83% /Volumes/MELCHBACKUP
/dev/disk1s1 312492320 308901888 3590432 99% /Volumes/DEMBAK


[ Reply to This | # ]