Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Ubuntu Help
Reload this Page Access Windows Files booted from Kubuntu Disc (help meeeeeee!)
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Ubuntu Help Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Reply
 
Thread Tools Display Modes
Old 10-21-2007   #1 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
Access Windows Files booted from Kubuntu Disc (help meeeeeee!)

Hey guys,
So Vista reared its ugly head and will not boot anymore. I borrowed a Kubuntu disc from my friend to boot off and here I am!

I have tried following a number of guides to access my old Windows files (I have an external that I can copy them to and then use recovery mode to get my Vista up and running again....) but none of them are working! I am not sure why!

I havn't installed the Kubuntu, and just running off booting from the disc so I think this might be the problem? I can use the Konsole to put in all the commands they say, but none of them work like the guides say they will! Am I missing something installed? or? Any advice is much appreciated!

Can someone direct me to a guide or help me through this process? Linux is completely foreign to me and even installing Skype is giving me problems!

Thanks,
Ben
BenPaylor is offline   Reply With Quote
Old 10-21-2007   #2 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
jclark.org - HOWTO Recover Files from a Non-Bootable Windows PC using Ubuntu Live
This seems like a good one, but right off the bat it doesn't work.
"Run the Ubuntu Disks Manager. From the system menu bar, choose System | Administration | Disks. In the Disks Manager, find the Hard Disk icon that represents your Windows drive. It is usually /dev/hda. You may see other Hard Disks that you don’t recognize, these are virtual devices created by the LiveCD."

I don't have a system menu bar and can't find this? Am I running a different system than this guy? How do I check what system I am running?

thanks!
BenPaylor is offline   Reply With Quote
Old 10-21-2007   #3 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
I am on Ubuntu 7.04

Why do I not have the options that this guy is talking about?
BenPaylor is offline   Reply With Quote
Old 10-21-2007   #4 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
How To Access Your Windows Hard Drive From Ubuntu
Or this guide seems like it would be perfect
but as soon as I get to this step....
ubuntu@ubuntu:/mnt$ sudo mount -t ntfs /dev/sda /mnt/windrive -o "umask=022"
mount: wrong fs type, bad option, bad superblock on /dev/sda,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
that happens!

whats going on?
BenPaylor is offline   Reply With Quote
Old 10-21-2007   #5 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
/dev/sda being the name of my drive according to qtparted
BenPaylor is offline   Reply With Quote
Old 10-21-2007   #6 (permalink)
barks
Just Joined!
 
Join Date: Sep 2007
Posts: 17
hi,
this all sounds complicated?
is the drive not listed in places>computer?
barks is offline   Reply With Quote
Old 10-22-2007   #7 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,101
You have to mount all partitions manually. Boot up Kubuntu CD, open Konsole and execute this
Code:
sudo fdisk -l
Post output here.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Old 10-22-2007   #8 (permalink)
BenPaylor
Just Joined!
 
Join Date: Oct 2007
Posts: 6
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 1 1020 8193118+ 27 Unknown
/dev/sda2 * 1021 10239 74051617+ 7 HPFS/NTFS
/dev/sda3 10240 19457 74043585 7 HPFS/NTFS

Let me know what to do next!

Cheers,
Ben
BenPaylor is offline   Reply With Quote
Old 10-22-2007   #9 (permalink)
devils casper
Ghost
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,101
First partition /dev/sda1 is marked as unknown. Is it Recovery Partition of Vista?
Create two mount_points ( folders ).
Code:
cd media
sudo mkdir sda2 sda3
Open /etc/fstab file with root privileges.
Code:
gksu gedit /etc/fstab
Add these two lines at the end of file.
Code:
/dev/sda2  /media/sda2  ntfs  defaults,umask=0  0  0
/dev/sda3  /media/sda3  ntfs  defaults,umask=0  0  0
Save file and reboot machine. Vista partitions will be available in /media/sda2 and sda3 folders.

Ubuntu supports NTFS read access out of box. If you want to enable write access too, Install ntfs-3g package. Replace ntfs with ntfs-3g in /etc/fstab file after installing nfts-3g package.
__________________
New Users: Read This First
If you woke up breathing, Congratulations! You get another chance.

devils casper is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
gtk-gnutella help crashandburn0420 Gentoo Linux Help 7 02-03-2006 10:55 AM
setting up web server - NOOB Q times Servers 24 09-26-2005 08:42 PM
Quad-Booting Windows and Linux GreatGariny Installation 2 09-24-2005 08:06 PM
Write access for windows files SomethingGood Mandriva Linux Help 5 03-02-2005 01:07 PM
How do Access files and a printer on networked windows comp? AuroraSkyes Redhat / Fedora Linux Help 1 12-27-2004 02:31 AM




All times are GMT. The time now is 08:31 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0