I lost my data trying to back it up
11–20 of 126 posts
Re: I lost my data trying to back it up
#12https://news.ycombinator.com/item?id=18541493
Should open source software fill up with quirks for the mistakes of other software? This looks like a bug report to other RAID software that should clear up any obsolete flags and enforce a sane condition of the RAID.
Re: I lost my data trying to back it up
#13Did you log a bug against `dmraid`? You're right, it shouldn't make changes to the file system without user intervention.
Re: I lost my data trying to back it up
#14(many others including myself, have been there, different way though for me) The bright side is, you'll never make this mistake again. The downside is, for me at least, I end up with triple+ backups of everything..
Re: I lost my data trying to back it up
#15 # dmsetup remove_all
# dmraid --activate y --format isw
Is that y a "yes" flag !? eg answer Yes on any question.In my experience, working with anything beside simple mirrors in a RAID config will eventually result in loss of data, and that most data loss is because of human failure rather then disk failure.
Re: I lost my data trying to back it up
#16Re: I lost my data trying to back it up
#17These commands look a bit dangerous: # dmsetup remove_all # dmraid --activate y --format isw Is that y a "yes" flag !? eg answer Yes on any question. In my experience, working with anything beside simple mirrors in a RAID config will eventually result in loss of data, and that most data loss is because of human failure rather then disk failure.
Re: I lost my data trying to back it up
#18Hardware RAID (even fake ones like Intel) are time bombs, either you have fun configurations like this or the controller dies and no replacement exists.
Unless you'd absolutely need a HW RAID, I'd go for a Software RAID that mounts and works natively in Linux. I can put the harddrives into a fully foreign computer and it would work.
Re: I lost my data trying to back it up
#19I think the moral of the story is; always use software RAID. Hardware RAID (even fake ones like Intel) are time bombs, either you have fun configurations like this or the controller dies and no replacement exists. Unless you'd absolutely need a HW RAID, I'd go for a Software RAID that mounts and works natively in Linux. I can put the harddrives into a fully foreign computer and it would work.
I’d also argue that for most individuals who don’t really need to worry about an hour or two of downtime, it’s a lot more useful to have good (multiple) current backups than potentially complex RAID configurations.
Re: I lost my data trying to back it up
#20There's now way he could have possible known simply booting the Ubuntu live disk would do this. He could have done that without any consideration to doing a backup. However regular tried and true backups are the way to go, preferably automated. My worst horror story wasn't really mine. I did desktop support in my first job. The library had their own system and their own support arrangements but I had a good relations…