New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Here we go again...power loss!

Got problems with your B2 or B3? Share and get helped!
Post Reply
Mathew
Posts: 13
Joined: 24 Jan 2009, 07:01

Here we go again...power loss!

Post by Mathew »

Hi,
after...like the 100th power loss to Bubba2 I got the regular blinking blue. The rescue usb stick has never worked for me and I´m getting tired of constantly loosing my files. So I put my bubba HDD in a external HDD drive and plugged it to my networked Popcorn Hour. I am now able to browse it from my PC with WIN7. But where the heck are all the files? The "home" directory is empty and all other folders are full of all kinds of crap BUT the files I´m looking for. Where are they, I can´t even find the storage folder? :?

Thanks!
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Here we go again...power loss!

Post by RandomUsername »

It's on an lvm volume so I doubt your Popcorn Hour will be able to read it. Your best bet is to plug it into a Linux box (use a live CD if you don't have one) and mount it from there.

Out of interest, why do you keep losing power?
Mathew
Posts: 13
Joined: 24 Jan 2009, 07:01

Re: Here we go again...power loss!

Post by Mathew »

Thanks, this has bothered me for a long time so I´m happy to know why!
Any tip what kind of easy linux based OS to use, boot from USB or CD!?

As for your question. The power loss is due to and old house and bad power plugs! :oops:
jallee
Posts: 49
Joined: 12 Jun 2009, 13:15

Re: Here we go again...power loss!

Post by jallee »

Hi.
I dont know if the Popcorn Hour has LVM suport but you can allways use your PC instead.
Boot the PC with SystemRescueCd.
Restart LVM

Code: Select all

/etc/init.d/lvm restart
Activate the VolumeGroup‐Name

Code: Select all

vgchange -ay bubba
Create mount point.

Code: Select all

mkdir /mnt/bubba
Mount bubba's home dir.

Code: Select all

mount /dev/mapper/bubba-storage /mnt/bubba
Voila there is your files.
Mathew
Posts: 13
Joined: 24 Jan 2009, 07:01

Re: Here we go again...power loss!

Post by Mathew »

Sounds like it should work! I will do it a try and see how it goes.

Great idea, thanks. :)
RandomUsername
Posts: 904
Joined: 09 Oct 2009, 18:49

Re: Here we go again...power loss!

Post by RandomUsername »

I've never used SystemRescueCD but even something like an Ubuntu live CD should do the trick.
Mathew
Posts: 13
Joined: 24 Jan 2009, 07:01

Re: Here we go again...power loss!

Post by Mathew »

jallee wrote:Hi.
I dont know if the Popcorn Hour has LVM suport but you can allways use your PC instead.
Boot the PC with SystemRescueCd.
Restart LVM

Code: Select all

/etc/init.d/lvm restart
Activate the VolumeGroup‐Name

Code: Select all

vgchange -ay bubba
Create mount point.

Code: Select all

mkdir /mnt/bubba
Mount bubba's home dir.

Code: Select all

mount /dev/mapper/bubba-storage /mnt/bubba
Voila there is your files.
This did actually work and I found the files as described. But then I'm lost once more since I could'nt find my other HDD's I would like to copy the files to. This whole lot is very confusing when i'm not used to Linux stuff.

How should I do the same operation with "the Ubuntu Live CD". I tried it too and Ubuntu made more sense to me. But how do I mount

Code: Select all

mount /dev/mapper/bubba-storage /mnt/bubba
the same way so I can copy my files?
jallee
Posts: 49
Joined: 12 Jun 2009, 13:15

Re: Here we go again...power loss!

Post by jallee »

Hi.
To mount your windows disk you should use something like this.

Code: Select all

 ntfs-3g /dev/sda1 /mnt/windows 
You can read more here http://www.sysresccd.org/Sysresccd-manu ... te_support
Mathew
Posts: 13
Joined: 24 Jan 2009, 07:01

Re: Here we go again...power loss!

Post by Mathew »

Thanks again, this did the trick.
All my preacious files are safe and sound on my external backup disk. :D
Post Reply