What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Use Ubuntu Live to backup data

Pages: (3): « First [ 1 ] 2 3 » Last »
Use Ubuntu Live to backup data
Author: Message:
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. Use Ubuntu Live to backup data
My computer is screwed, as some of you might know.

I'm using it now, using a Ubuntu Live CD, as some of you will also know.

I don't know how to get to the data on my hard disk. Any help?

Also, to burn a DVD do I just put in the blank, and then follow the screen?
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
04-21-2006 07:55 AM
Profile E-Mail PM Web Find Quote Report
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
Joined: Mar 2004
RE: Use Ubuntu Live to backup data
How is your hard drive formatted? NTFS or FAT32?
04-21-2006 07:56 AM
Profile E-Mail PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. RE: Use Ubuntu Live to backup data
I have two disks. Each has two partitions.

One partition is FAT32. One partition is NTFS. Two I can't remember.
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
04-21-2006 10:00 AM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: Use Ubuntu Live to backup data
You might also want to try those "Windows XP Live CDs".

However, there isn't any particular place where you can find them...
YouTube closed-captions ripper (also allows you to download videos!)
04-21-2006 10:44 AM
Profile E-Mail PM Web Find Quote Report
brian
Senior Member
****

Avatar

Posts: 819
Reputation: 43
– / Male / –
Joined: Sep 2004
RE: Use Ubuntu Live to backup data
Make a directory for the mount:
mkdir /mnt/win

Change hda1 with corresponding hdd, usually the a is the hard drive "id" and the 1 is the partition number so lets say you want to make parition one & two, just create other dirs but instead of hda1, try hda2.

If your filesystem is fat32:
mount -t vfat /dev/hda1 /mnt/win

If your filesystem is ntfs:
mount -t ntfs /dev/hda1 /mnt/win

Check if it is mounted:
cd /mnt/win
ls -al


04-21-2006 07:13 PM
Profile PM Find Quote Report
Apatik
Full Member
***

Avatar
\o/

Posts: 431
Reputation: 12
– / Male / Flag
Joined: Nov 2003
Status: Away
RE: Use Ubuntu Live to backup data
to know where your partitions are and how they are named (hdax, hdbx, whatever), you should use fdisk.
[Image: rdmazu.php]
04-21-2006 10:19 PM
Profile PM Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. RE: Use Ubuntu Live to backup data
With fdisk, I've figured out 3 of my partitions, bu the leftover is this:
code:
   Device Boot      Start         End      Blocks   Id  System

/dev/hda2           12504       14592    16779892+   f  W95 Ext'd (LBA)
/dev/hda5           12504       14592    16779861    7  HPFS/NTFS

Do I want hda2 or hda5?
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
04-21-2006 10:57 PM
Profile E-Mail PM Web Find Quote Report
brian
Senior Member
****

Avatar

Posts: 819
Reputation: 43
– / Male / –
Joined: Sep 2004
RE: Use Ubuntu Live to backup data
Both.  hda2 is probably your FAT32 & hda5 is your NTFS.
04-21-2006 11:58 PM
Profile PM Find Quote Report
Apatik
Full Member
***

Avatar
\o/

Posts: 431
Reputation: 12
– / Male / Flag
Joined: Nov 2003
Status: Away
RE: Use Ubuntu Live to backup data
hda5 :)

hda2 is an "extended" partition, where you can store many logical partitions (whereas you can only create 4 primary partitions on a drive). thus it's not directly used to store data.
[Image: rdmazu.php]
04-22-2006 12:01 AM
Profile PM Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
Joined: Aug 2003
O.P. RE: Use Ubuntu Live to backup data
Thanks for your help guys.

I have another problem now.

When I tried to follow nvez's instructions, I wasn't sure what I was doing. I Went to Applications>System Tools>Terminal, and used the commands he gave. I got some error message, so I exited Terminal, and went to Root Terminal. Everything worked then. Now, when I browse to the folders where I've mounted everything, three of them give me an access denied error when I try to view them.

[Image: attachment.php?pid=637900]

I'm probably using the wrong terminology for a few things becasue I'm just figuring everything out as I go, sorry.

.png File Attachment: Screenshot-1.png (46.78 KB)
This file has been downloaded 324 time(s).
| [Image: dorsh] |

(\ /)
(O.o)
(> <)

This is Bunny. Copy Bunny into your signature to help him on his way to world domination
04-22-2006 03:40 AM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On