Fedora Linux Support Community & Resources Center
  #1  
Old 30th January 2012, 10:59 PM
MrMadders Offline
Registered User
 
Join Date: Jan 2012
Location: London
Posts: 2
linuxfedorafirefox
Unable to see external harddrive to back up to

Hi folks,

I'm in the process of rescuring my C:/ from a Windows Vista update crash - BSOD every time, even when booting from CD.

Happily, I've now got a Fedora LiveDisk running. I can see my 400GB worth of content on my C:/ drive and I'd like to copy it to an external USB hard drive.

But ... When I plig my hard drive in, I can't see it in the Computer window.

This is my first time using Fedora and I only have a little experience with Linux.

Any ideas how I can see my external drive in the folder view, so I can copy-paste my files into it?

Thanks so much,
Rich
Reply With Quote
  #2  
Old 30th January 2012, 11:20 PM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,707
linuxfirefox
Re: Unable to see external harddrive to back up to

It should be in the "Devices" section of the side-panel in the file browser, with an eject icon next to it for when you want to detach the drive.

Gareth
Reply With Quote
  #3  
Old 30th January 2012, 11:51 PM
MrMadders Offline
Registered User
 
Join Date: Jan 2012
Location: London
Posts: 2
linuxfedorafirefox
Re: Unable to see external harddrive to back up to

Hi Gareth,

Yeah, unfortunately it's not listed.

Under Computer I can only see
3.2 GB File: Fedora-14-x86_6
3.2 GB Hard Disk: Fedora-14-x86_6
8.2Kb File System
400 GB Hard Disk (which looks like my C:/ (the only HDD in my tower)
CD Drive
File System


Any more ideas?
Reply With Quote
  #4  
Old 31st January 2012, 02:48 AM
Gareth Jones Offline
Official Gnome 3 Sales Rep. (and Adminstrator)
 
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,707
linuxfirefox
Re: Unable to see external harddrive to back up to

You're using F14? F15 onwards handle auto-mounting of removable media differently from F14 and earlier, but I was using a different distro then so I don't know the details.

Try "File System" and see what's in /mnt and /media – if the disk has been mounted it should show as a subdirectory of one of those.

If not, hopefully someone who's been using Fedora longer than me can give easier instructions, but here's how to do it the really old fashioned way:

Open a terminal window, and run "ls /dev/sd*". Hard disks and solid-state drives are named sda, sdb, sdc etc., with the internal ones first, and partitions on a disk are named sda1, sda2 etc. The removable drive will probably be the last device, with a single partition, e.g. /dev/sdb1 if there's only one internal hard disk – as long as the system has detected the USB disk at all. If not, I've no idea...

If you find the right device, then you can mount it manually with the following commands:
Code:
su -
cd /mnt
mkdir usbdisk
mount -o umask=000 /dev/sdb1 usbdisk  # Use the right device here!
If that works, the /mnt/usbdisk directory should be your removable disk. When you've finished, run "umount /mnt/usbdisk" to safely unmount the drive so it can be removed.

Gareth
Reply With Quote
Reply

Tags
external, harddrive, rescue, unable, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
external harddrive for FC4 and winXP sakthi Hardware & Laptops 3 21st December 2005 11:42 PM
help, can't access external harddrive linuxted Hardware & Laptops 3 23rd July 2005 01:15 PM
Fedora on my external HardDrive upload19 Using Fedora 1 10th January 2005 05:55 PM


Current GMT-time: 01:38 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat