LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-17-2006, 07:05 PM   #1
linuxuser2003
LQ Newbie
 
Registered: Mar 2006
Posts: 1

Rep: Reputation: 0
Why Will ubuntu not let me access my internal hard drive on my laptop?


My windows crashed and i need to reformat but i don't want to delete the information on my HD, and for some reason ubuntu says my hd is inaccessable and will not let me open it. I tried using the disk manager, but it just does nothing when i click on the 'enable' button. Any suggestions? I am a new linux user
 
Old 03-17-2006, 08:42 PM   #2
RobertP
Member
 
Registered: Jan 2004
Location: Manitoba, Canada
Distribution: Debian
Posts: 454

Rep: Reputation: 32
I do not have your gui, but the command line interface should be similar.

Get to the commandline by activating a "terminal" (looks like a little black monitor icon)

At the $ prompt, type
$cat /proc/partitions
This will show what was found during booting up. I expect you will see something like
major minor #blocks name

3 0 195360984 hda
3 1 96358 hda1
3 2 1951897 hda2
3 3 19535040 hda3

Then look at /dev/hda1, for example:

$ ls -l /dev/hda1
brw-rw---- 1 root disk 3, 1 2003-11-06 19:13 /dev/hda1

This shows a partition that ordinary users may not access, only root, or members of the disk group.

For your purposes, you may want to make the partition readable by an ordinary guy, so
sudo mkdir /mnt/part
sudo mount /dev/hda1 /mnt/part -o ro
sudo ls -l /mnt/part
 
Old 03-17-2006, 08:44 PM   #3
crispy_420
Member
 
Registered: Feb 2004
Location: Tucson, AZ
Distribution: Ubuntu 5.10, FC4 & Ubuntu Dapper Flight 2
Posts: 36

Rep: Reputation: 15
Try ultimate boot cd for windows to recover your data.

http://www.ubcd4win.com/

But you'll need to make the CD so hope you have access to another computer. From there you can just move all your data to a external drive.

Hope that helps.
 
Old 03-18-2006, 01:15 AM   #4
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Do you currently have a dual boot and you're trying to mount your Windows partition or are you trying to use a live CD to recover your Windows drive?

Either way, this should come in handy:
http://ubuntuguide.org/#mountunmountntfs

Or this:
http://www.psychocats.net/ubuntu/mountwindows
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Live ~ Hard drive access sleeplesscitizen Ubuntu 9 11-11-2012 09:35 AM
external enclosure for an internal hard drive vs external USB hard drive powah Linux - Hardware 1 03-10-2006 09:03 AM
Installing grub to external USB hard drive for later use as internal hard drive dhave Linux From Scratch 2 12-10-2005 08:48 AM
seperate internal hard drive cerealdaemon Linux - Hardware 2 08-06-2005 12:05 PM
Two internal hard drives for one laptop johnph Linux - Newbie 5 04-21-2004 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration