LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-22-2010, 03:31 PM   #1
wingman358
Member
 
Registered: Mar 2008
Location: Northeast US
Distribution: Mint, Ubuntu, Backtrack
Posts: 77

Rep: Reputation: 16
Mitigating damage caused by alphas


I would like to test alphas (of distros and packages), but without doing so from my everyday environment.

Obviously, frequent backups are essential for maintaining important files.

Apart from that, what other measures can I take to prevent catastrophic data loss?

Could a well-designed partition structure lower the chances of an alpha blowing up data on other partitions?
 
Old 06-22-2010, 03:48 PM   #2
brucehinrichs
Member
 
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575

Rep: Reputation: 69
I run Archlinux, Slackware13.1-multilib, Debian Sid, and Sabayon on this laptop. I share a /data partition between all distros, my important stuff goes there (including a copy of any config files that I don't want to have to redo ).

That said, I have not had a catastrophic failure on any of these, but I'm ready if it happens.

FWIW, here's how my HD is laid out:
Code:
root@Frank2:/home/bruce# fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007c950

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1         243     1951866   82  Linux swap / Solaris
/dev/sda2   *         244         304      489982+  83  Linux        #/boot (not using this partition currently)
/dev/sda3             305       10815    84429607+  83  Linux        #/data - mounted in each distro with an entry in the respective fstab
/dev/sda4           10816       24321   108486914    5  Extended
/dev/sda5           10816       14640    30724281   83  Linux        #Debian Sid
/dev/sda6           14641       16590    15663343+  83  Linux        #Arch
/dev/sda7           16591       18540    15663343+  83  Linux        #Slackware13.1-multilib
/dev/sda8           18541       20485    15623181   83  Linux        #Sabayon
/dev/sda9           20486       22430    15623181   83  Linux        #currently empty, used for any other distro I want to play with for a while ;)
/dev/sda10          22431       24321    15189426   83  Linux        #currently empty, plan to use for LinuxFromScratch
EDIT: I also use virtualbox a lot for test-driving, to decide if it's worth installing for while.
 
Old 06-22-2010, 04:15 PM   #3
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
I always install experimental software to its own partition.

That way if it makes a mess, no matter. Just install something "better" to your "experimental" partition.

HDD space is relatively cheap, and you only need a 10GB partition to test a new system.
 
Old 06-22-2010, 04:44 PM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You can't protect yourself by partitioning. This applies to all installs, not just alphas.
I've had GA releases trash the entire harddisk. Even installing into a virtual (a good option IMHO) doesn't help a lot. That masks any misbehaviour until you try it in the real world. Then you can get bit unexpectedly.
I keep an old machine for this testing. Rebuild is no concern on it.
 
Old 06-22-2010, 05:30 PM   #5
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
You can't protect yourself by partitioning. ... [SNIP] ... I've had GA releases trash the entire harddisk.
Good point. This has not happened to me, but I can see that it might happen.

I have no experience of VMs. And they might behave differently when real.

Installing to an otherwise unused PC is the fail-safe answer.
 
Old 06-23-2010, 03:44 PM   #6
wingman358
Member
 
Registered: Mar 2008
Location: Northeast US
Distribution: Mint, Ubuntu, Backtrack
Posts: 77

Original Poster
Rep: Reputation: 16
Firstly, thanks for all the replies

I agree that a physically separate machine is the best answer, but I am looking for methods of keep data safe specifically when no other machine is handy.

syg00: I'm not sure if I understand you correctly. Is installing an alpha to a VM a good method for keeping data on the HDD relatively safe?

Cheers!
 
Old 06-23-2010, 06:38 PM   #7
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,128

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Certainly - the guest (installer) generally only sees one single disk, /dev/sda which is actually just a disk file on the host. You can partition it however you like with no fear of trampling on your current environment. And you won't have the MBR on your (real) boot disk getting overwritten even when you tell the installer to install into the root partition or another disk altogether. This is a real problem these days as the devs try to make things "idiot proof" - I wonder where the idiots really are sometimes. Ubuntu forcing grub2 down everyones throats is a case in point.
You can have trouble with hardware - particularly video, but if it's merely a test that isn't generally too big of an issue. As I said, may not protect you when you finally install in the real world, but it's a good option.
 
Old 06-24-2010, 06:58 AM   #8
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Why not use a virtual machine? If your current hardware can support it, it might do the trick. Besides, you can keep images of the VM and if something blows up, you can just revert to the earlier image.
 
Old 06-24-2010, 09:46 AM   #9
wingman358
Member
 
Registered: Mar 2008
Location: Northeast US
Distribution: Mint, Ubuntu, Backtrack
Posts: 77

Original Poster
Rep: Reputation: 16
Seems to me like a virtual machine is the best option. Thanks all!
 
  


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
LXer: OpenSuse 11, Fedora 9 alphas top new releases LXer Syndicated Linux News 0 02-10-2008 01:30 PM
LXer: 29 Year Old Programmer May Have Caused 7 Billion Dollars Worth Of Damage. LXer Syndicated Linux News 0 04-03-2006 09:33 AM
LXer: Ubuntu Linux distros achieve feature-freeze alphas LXer Syndicated Linux News 0 02-22-2006 01:47 AM
Need to find source of hard crash that caused LILO damage tigerflag Linux - Hardware 6 02-01-2004 04:14 PM
Sparks, alphas, etc... Thymox Linux - General 3 02-14-2002 05:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:35 AM.

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