Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
my small addition.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
02:03 AM
2009-11-10
02:03 AM
ReadyNAS Data Recovery - VMware recovery tool
Description
This topic contains links to linux VMware images (Debian / Ubuntu) that have been modified to enable you to access your ReadyNAS duo HDDs from any machine with a USB plug and a SATA to USB cable.
Advantages:
* VMware player be downloaded freely
* Can run in both existing linux / MS Windows (XP,Vista etc) operating system without any further modification
Disadvantages:
* Requires a SATA to USB cable
* Mac users will need to find another program to run the VMware files
Background
At some point your ReadyNAS Duo unit is going to stop working (which hopefully will be long and far into in the future) and there may be a point where you'll need to rely on your external backups.
While it's a good strategy to ensure you (and your family / clients) have a good disaster recovery process (having external off-site backups, checking the backups, knowing how to restore from backups etc), in some cases the backups might not work or the backups aren't available to you.
Due to the architecture of the ReadyNAS Duo (more specifically the 16KB blocksize of the partitions), you cannot simply pull out the hard disks, place them into a standard windows / linux pc, then copy all your files across to another computer or storage device.
Unfortunately there are no windows drivers that can properly access the drives and the process to configure a linux pc is complex (see viewtopic.php?f=25&t=24861&hilit=16+blocksize for further background on this)
The following VMware images contain all required patches to read your HDDs in linux just by entering a few terminal commands.
VMplayer Link
To get started, you will need to download a version of VMplayer for your operating system Win/Linux (Mac not directly supported yet), this can be found
http://www.vmware.com/products/player/
VMware Linux Image with Ext2Fuse
acmtn Debian release - tested ok, reports are that it works fine except for files greater than 4GB)
http://www.readynas.com/contributed/dek ... ebian5.zip
acmtn VM login info (username/password): root/rootadmin, vmuser/vmuser1
(please read the forums for more details on how to use this vmware )
_vito Ubuntu release - currently being tested, enables you to use the HDDs directly plugged into your pc without the need for a SATA to usb cable.
http://www.readynas.com/contributed/dek ... buntu9.rar
Details on this alternative vmware can be found on this post (you'll need to review the instructions carefully):
viewtopic.php?p=203653#p203653
dekkit Debian release - tested, a number of issues.
my initial attempt that helped start this thread has been found to have quite a few issues and may not work for you, but can be found here if you would like to try:
http://www.readynas.com/contributed/dekkit/VMwareDebian5.0%20-%20ext2Fuse.rar
dekkit VM login info: User: vmplanet pass: vmplanet.net
the acmtn version at this stage appears to be getting more reliable results for users. Unfortunately, I have not had time improve on my original dekkit release due to time constraints but if you would like to try please post your results.
Dekkit release Notes:
* You will need 8GB of free disk space once you have uncompressed the image
* You will still need to execute some of the terminal commands to mount the drive (take precaution so you don't accidently blow away your data)
* This VMware can access other windows file shares and can also be configured to host windows shares (see the docs for debian for more info on this)
* To uncompress the file use WinRar: http://download.cnet.com/WinRAR-32-bit/ ... 07677.html or for non-windows platforms try: http://www.rarlab.com/download.htm
* This image is a work in progress (WIP) so please post all errrors !!!!!.
Dekkit release Usage- this may apply to the other versions (eg acmtn
Login to the OS
Access the terminal and enter the following once the HDD has been attached (take note that your /dev/c may differ):
modprobe fuse
vgscan
vgchange -ay c
mkdir /mnt/lvm
ext2fuse /dev/c/c /mnt/lvm
there is a delay in output but then ..
"/dev/c/c is to be mounted at /mnt/lvm
fuse-ext2 initialized for device: /dev/c/c
block size is 16384"
Dekkit Release Acknowledgements
The original VMware image was found http://www.vmplanet.net/node/85 (before the various patches were applied - so feel free to drop them a donation), if you can improve this image by way of a script to make it even easier to use for us 'non-linux users' then please do so and share it back with the rest of us
This topic contains links to linux VMware images (Debian / Ubuntu) that have been modified to enable you to access your ReadyNAS duo HDDs from any machine with a USB plug and a SATA to USB cable.
Advantages:
* VMware player be downloaded freely
* Can run in both existing linux / MS Windows (XP,Vista etc) operating system without any further modification
Disadvantages:
* Requires a SATA to USB cable
* Mac users will need to find another program to run the VMware files
Background
At some point your ReadyNAS Duo unit is going to stop working (which hopefully will be long and far into in the future) and there may be a point where you'll need to rely on your external backups.
While it's a good strategy to ensure you (and your family / clients) have a good disaster recovery process (having external off-site backups, checking the backups, knowing how to restore from backups etc), in some cases the backups might not work or the backups aren't available to you.
Due to the architecture of the ReadyNAS Duo (more specifically the 16KB blocksize of the partitions), you cannot simply pull out the hard disks, place them into a standard windows / linux pc, then copy all your files across to another computer or storage device.
Unfortunately there are no windows drivers that can properly access the drives and the process to configure a linux pc is complex (see viewtopic.php?f=25&t=24861&hilit=16+blocksize for further background on this)
The following VMware images contain all required patches to read your HDDs in linux just by entering a few terminal commands.
VMplayer Link
To get started, you will need to download a version of VMplayer for your operating system Win/Linux (Mac not directly supported yet), this can be found
http://www.vmware.com/products/player/
VMware Linux Image with Ext2Fuse
acmtn Debian release - tested ok, reports are that it works fine except for files greater than 4GB)
http://www.readynas.com/contributed/dek ... ebian5.zip
acmtn VM login info (username/password): root/rootadmin, vmuser/vmuser1
(please read the forums for more details on how to use this vmware )
_vito Ubuntu release - currently being tested, enables you to use the HDDs directly plugged into your pc without the need for a SATA to usb cable.
http://www.readynas.com/contributed/dek ... buntu9.rar
Details on this alternative vmware can be found on this post (you'll need to review the instructions carefully):
viewtopic.php?p=203653#p203653
dekkit Debian release - tested, a number of issues.
my initial attempt that helped start this thread has been found to have quite a few issues and may not work for you, but can be found here if you would like to try:
http://www.readynas.com/contributed/dekkit/VMwareDebian5.0%20-%20ext2Fuse.rar
dekkit VM login info: User: vmplanet pass: vmplanet.net
the acmtn version at this stage appears to be getting more reliable results for users. Unfortunately, I have not had time improve on my original dekkit release due to time constraints but if you would like to try please post your results.
Dekkit release Notes:
* You will need 8GB of free disk space once you have uncompressed the image
* You will still need to execute some of the terminal commands to mount the drive (take precaution so you don't accidently blow away your data)
* This VMware can access other windows file shares and can also be configured to host windows shares (see the docs for debian for more info on this)
* To uncompress the file use WinRar: http://download.cnet.com/WinRAR-32-bit/ ... 07677.html or for non-windows platforms try: http://www.rarlab.com/download.htm
* This image is a work in progress (WIP) so please post all errrors !!!!!.
Dekkit release Usage- this may apply to the other versions (eg acmtn
Login to the OS
Access the terminal and enter the following once the HDD has been attached (take note that your /dev/c may differ):
modprobe fuse
vgscan
vgchange -ay c
mkdir /mnt/lvm
ext2fuse /dev/c/c /mnt/lvm
there is a delay in output but then ..
"/dev/c/c is to be mounted at /mnt/lvm
fuse-ext2 initialized for device: /dev/c/c
block size is 16384"
Dekkit Release Acknowledgements
The original VMware image was found http://www.vmplanet.net/node/85 (before the various patches were applied - so feel free to drop them a donation), if you can improve this image by way of a script to make it even easier to use for us 'non-linux users' then please do so and share it back with the rest of us
Message 1 of 188
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
03:20 AM
2009-11-10
03:20 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
Thanks. Will download the image tonight.
Message 2 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
06:02 AM
2009-11-10
06:02 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
dekkit wrote:
To get started, you will need to download a version of VMplayer for your operating system Win/Linux/Mac, this can be found
http://www.vmware.com/products/player/
No VMPlayer for Mac.
dekkit wrote:
* To uncompress the file use WinRar: http://download.cnet.com/WinRAR-32-bit/ ... 07677.html or for non-windows platforms try: http://www.rarlab.com/download.htm
May wish to use Stuffit Expander if on a Mac.
dekkit wrote:
* This image is a work in progress (WIP) so please post all errrors !!!!!.
Have downloaded image. Will let you know how I find it if I can get it to work on a Mac (or if I have to use a PC how it goes on that). May not have time to try it out for a while though.
Message 3 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
12:35 PM
2009-11-10
12:35 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
Hi...!
Great work - the image works fine!
But I did't get access to my disc connected with a SATA->USB cable.
It looks like that I have a broken disc. grrrrr :oops:
Josch
Great work - the image works fine!
But I did't get access to my disc connected with a SATA->USB cable.
It looks like that I have a broken disc. grrrrr :oops:
Josch
Message 4 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
01:56 PM
2009-11-10
01:56 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
Josch wrote:
Great work - the image works fine!
But I did't get access to my disc connected with a SATA->USB cable.
It looks like that I have a broken disc. grrrrr :oops:
Did you give the VM control of the USB disk and follow the steps outlined by dekkit to mount it?
Message 5 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
02:50 PM
2009-11-10
02:50 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
Downloaded the image. I used Parallel Transporter to convert the image so I can use it in Parallels 4 for Mac. Image appears to work so far. Now I'll need to test it out sometime properly when I'm not so busy.
Message 6 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
03:16 PM
2009-11-10
03:16 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
mdgm wrote:
Did you give the VM control of the USB disk and follow the steps outlined by dekkit to mount it?
Yes I tried it. My disc apears as sdb1 but I can't connect it - it seems that the filesystem is broken.
With the windows device manager I also see only one unreachabel partition.
Message 7 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
03:24 PM
2009-11-10
03:24 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
That's disappointing.
I should reiterate: Don't rely on having the VMWare image available. Backups should still be done regularly (more than one backup at any given time is important). The VMWare image will be useful as a last resort where the chassis has failed but disks are still intact and to attempt to recover data particularly changes since last backup.
I should reiterate: Don't rely on having the VMWare image available. Backups should still be done regularly (more than one backup at any given time is important). The VMWare image will be useful as a last resort where the chassis has failed but disks are still intact and to attempt to recover data particularly changes since last backup.
Message 8 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-10
03:55 PM
2009-11-10
03:55 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
From other thread:
This would be interesting to try. May need to try this out sometime when I'm not so busy.
dekkit wrote: Further to my recent posts, i've found a link that indicates that it should be possible to create a Linux Live CD/DVD from an existing linux distribution (eg ubuntu / Debian)
http://ubuntuforums.org/showthread.php?t=688872
Therefore if the conversion process doesn't prevent the Ex2FUSE update from working, hopefully someone should be able to create neat bootdisk for an x86 PC that will have everything you need mount a perfectly working ReadyNAS Duo HDD ...
If anyone has local Linux install with the Ext2FUSE working, or wants to try from the VMWare image i put together (once people have confirmed it is working from them) have a try and let us know if you were able to successfully creat a bootdisk from it.
This might help to resolve Saxguy's issue and enable people to use the existing sata ports on your mainboard (rather than a Sata to USB cable)
This would be interesting to try. May need to try this out sometime when I'm not so busy.
Message 9 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-11
01:57 AM
2009-11-11
01:57 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
Josch wrote:
mdgm wrote:
Did you give the VM control of the USB disk and follow the steps outlined by dekkit to mount it?
Yes I tried it. My disc apears as sdb1 but I can't connect it - it seems that the filesystem is broken.
With the windows device manager I also see only one unreachabel partition.
Just a little description, what I have done:
I connected the disc via SATA/USB cable with a windows XP PC where I started Total Commander with ext2fs-Plugin. With this I was able to see the files on the disc but I wasn't able to browse into the created shares (e.g. /c/media).
After this I had the idea to connect the disc via the SATA/USB cable at the DUO. I thougt that the DUO could be able to read this sections. The DOU showed me the disc but it says that ther is no filesystem on it.
After this I tried it with the VM-Image and I get no access anymore!
Message 10 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-11
11:31 AM
2009-11-11
11:31 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
Hi dekkit,
first of all many thanks for spending your time on this issue.
I've got your VMWare image working and can also connect to the ReadyNAS Duo harddisk using an USB/SATA-cable, but got an error
fuse-ext2: Can't read an inode bitmap while reading inode bitmap
after trying to mount the volume. I remember this error has been discussed in the first thread, but with no result there if I remember correct.
Any suggestions?
Kind regards,
Steffen
first of all many thanks for spending your time on this issue.
I've got your VMWare image working and can also connect to the ReadyNAS Duo harddisk using an USB/SATA-cable, but got an error
fuse-ext2: Can't read an inode bitmap while reading inode bitmap
after trying to mount the volume. I remember this error has been discussed in the first thread, but with no result there if I remember correct.
Any suggestions?
Kind regards,
Steffen
Message 11 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-12
01:11 PM
2009-11-12
01:11 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
Regarding the Mac compatibility, try this thread for assistance: http://communities.vmware.com/thread/111230
I'll have a look at the 'fuse-ext2: Can't read an inode bitmap while reading inode bitmap', i think it may be related to the fuse-ext2 version but not sure.
I'll have a look at the 'fuse-ext2: Can't read an inode bitmap while reading inode bitmap', i think it may be related to the fuse-ext2 version but not sure.
Message 12 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-12
09:31 PM
2009-11-12
09:31 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
dekkit wrote: Regarding the Mac compatibility
Thanks dekkit. I've got Parallels so can use that.
Interesting that VirtualBox is an option. Presumably this means that those who install Virtualbox (unsupported) onto an x86 ReadyNas could use that for data recovery? It would be interesting if someone tested it out on an x86 ReadyNas. That way you may be able to copy directly off the disks onto a new ReadyNas!
Message 13 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-18
06:08 AM
2009-11-18
06:08 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
Hi dekkit.
Superb work on the VMWare image, thank you very much.
I have a thread at http://www.readynas.com/forum/viewtopic.php?f=7&t=34661.
I'm running VMWare Fusion on my Macbook Pro, and have successfully started your image as a VM.
I'm sitting at the login field of Gnome.
I don't see in this thread or the previous thread where you state the username and password to login to the virtual machine.
I've tried <blank>/<blank>, <dekkit>/<dekkit> and <dekkit>/<blank> to no avail.
Please would you provide these details.
Regards, Peter
Superb work on the VMWare image, thank you very much.
I have a thread at http://www.readynas.com/forum/viewtopic.php?f=7&t=34661.
I'm running VMWare Fusion on my Macbook Pro, and have successfully started your image as a VM.
I'm sitting at the login field of Gnome.
I don't see in this thread or the previous thread where you state the username and password to login to the virtual machine.
I've tried <blank>/<blank>, <dekkit>/<dekkit> and <dekkit>/<blank> to no avail.
Please would you provide these details.
Regards, Peter
Message 14 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-18
08:46 AM
2009-11-18
08:46 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
User: vmplanet
pass: vmplanet.net
If you check out the the first post they metion where they got the vm, follow that and you have your info.
pass: vmplanet.net
If you check out the the first post they metion where they got the vm, follow that and you have your info.
Message 15 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-18
11:08 AM
2009-11-18
11:08 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
Tin_Man_0 wrote: User: vmplanet
pass: vmplanet.net
If you check out the the first post they metion where they got the vm, follow that and you have your info.
Also, I believe those details are in a readme in the download of dekkit's image (from memory). You have to extract the files from the rar file (of course).
Message 16 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-20
02:34 PM
2009-11-20
02:34 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
I've updated the first post in this thread to include the login details (chances are someone else might not easily find it).
The error:
Is understood to be resolved by using a the 0.5 version of ext2fuse, so i'll recompile the kernal using the 0.5 and post another version of the image.
On another note, mdgm found this in another thread (viewtopic.php?p=196395#p196395)Its a windows tool that may help in restoring files from broken duo. It can rebuild raid volumes etc which might be another option/addition to use in your data recovery attempts.
The error:
fuse-ext2: Can't read an inode bitmap while reading inode bitmap
Is understood to be resolved by using a the 0.5 version of ext2fuse, so i'll recompile the kernal using the 0.5 and post another version of the image.
On another note, mdgm found this in another thread (viewtopic.php?p=196395#p196395)Its a windows tool that may help in restoring files from broken duo. It can rebuild raid volumes etc which might be another option/addition to use in your data recovery attempts.
callmecheez wrote: Thanks again to mdgm for the help.
Just posting this little solution here for reference, in case it helps anyone else out.
If you can't mount a drive using debian / ubuntu / windows etc, as I could not - R-Studio can do (link to download the demo: http://www.data-recovery-software.net/D ... shtml#demo)
It brings up a list of the file systems it detects on the drive, and recovered 100% of the files from a 'bad' disk (according to Western Digitals tool).
Lifted from their site, it supports:
HFS and HFS+ file systems support. In addition to FAT/NTFS/ExtFS2/ExtFS3/UFS1/UFS2 R-Studio supports HFS and HFS+ file systems developed by Apple Computer for use on computers running the Mac OS
Message 17 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-22
12:54 PM
2009-11-22
12:54 PM
my small addition.
hope my contribution here helps.... I left my experience here...
http://www.readynas.com/forum/viewtopic.php?f=25&t=24861&start=75
...I hate linux...
http://www.readynas.com/forum/viewtopic.php?f=25&t=24861&start=75
...I hate linux...
Message 18 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-22
08:31 PM
2009-11-22
08:31 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
dekkit wrote:
Is understood to be resolved by using a the 0.5 version of ext2fuse, so i'll recompile the kernal using the 0.5 and post another version of the image.
Great. When you post the new version of the image update the first post to point to it (you may wish to keep the old link there as an old version in case someone wants to look at it).
You may want to use version numbers to distinguish the newer version from the old e.g. 1.1
Message 19 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-23
04:53 AM
2009-11-23
04:53 AM
Re: my small addition.
redbrick wrote: hope my contribution here helps.... I left my experience here...
viewtopic.php?f=25&t=24861&start=75
...I hate linux...
Thanks redbrick, i've been retracing my steps trying to identify what i might have missed. I followed the various suggestions detailed in the pages of the thread, so i might of missed something. I'll try again from scratch following your exact steps and link to the blog before messing around with the other fuse versions. A few more posts in that thread have provided some useful insights that compile into my first post.
Its definately been a tedious experience learning about linux this way, but i figure better to spend time now putting a solution in place before it dies 🙂
Message 20 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-23
10:26 PM
2009-11-23
10:26 PM
Re: my small addition.
redbrick wrote: ...I hate linux...
In most cases there should be no need to use Linux commands to recover your data. At worst (in most cases) provided your disks are fine, you'd have to move the disks to another ReadyNas using the instructions here:
http://www.readynas.com/forum/faq.php#How_do_I_migrate_disks_over_from_an_existing_ReadyNAS_to_anoth...
With a firmware re-install possibly necessary: http://www.readynas.com/forum/faq.php#How_do_I_re-install_the_firmware%3F
Message 21 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-23
10:28 PM
2009-11-23
10:28 PM
Re: my small addition.
dekkit wrote:
Its definately been a tedious experience learning about linux this way, but i figure better to spend time now putting a solution in place before it dies 🙂
Keep up the good work. Sure it is tedious what you are doing, but in most cases this form of data recovery will be unnecessary, but good to know how to do just in case.
Looking forward to the next version of the image. I may test it out sometime. I'm still not sure.
Message 22 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-25
04:11 PM
2009-11-25
04:11 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
dekkit wrote:
Access the terminal and enter the following once the HDD has been attached (take note that your /dev/c may differ):
modprobe fuse
vgscan
vgchange -ay c
mkdir /mnt/lvm
ext2fuse /dev/c/c /mnt/lvm
there is a delay in output but then ..
"/dev/c/c is to be mounted at /mnt/lvm
fuse-ext2 initialized for device: /dev/c/c
block size is 16384"
I had some problems, since I am not a linux expert:
1) vgchange -ay c
gave an error 'Volume group "c" not found' I tried running
vgchange -ay
(for all volume groups?); is it correct?
2) the disk was under /dev/sdb so I command
ext2fuse /dev/sdb /mnt/lvm
but I got the response
/dev/sdb is to be mounted at /mnt/lvm
fuse-ext2fs: Bad magic number in super-block while trying to open /dev/sdb
and do not complete the command.
A bug or I am too clusmy?
Any clue?
Message 23 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-27
07:16 AM
2009-11-27
07:16 AM
Re: ReadyNAS Data Recovery - VMware recovery tool
_vito wrote:
dekkit wrote:
Access the terminal and enter the following once the HDD has been attached (take note that your /dev/c may differ):
modprobe fuse
vgscan
vgchange -ay c
mkdir /mnt/lvm
ext2fuse /dev/c/c /mnt/lvm
there is a delay in output but then ..
"/dev/c/c is to be mounted at /mnt/lvm
fuse-ext2 initialized for device: /dev/c/c
block size is 16384"
I had some problems, since I am not a linux expert:
1) vgchange -ay c
gave an error 'Volume group "c" not found' I tried running
vgchange -ay
(for all volume groups?); is it correct?
2) the disk was under /dev/sdb so I command
ext2fuse /dev/sdb /mnt/lvm
but I got the response
/dev/sdb is to be mounted at /mnt/lvm
fuse-ext2fs: Bad magic number in super-block while trying to open /dev/sdb
and do not complete the command.
A bug or I am too clusmy?
Any clue?
Got the exact same problem, althou it finds an lvm c when i do vgscan, but i get
fuse-ext2fs: Bad magic number in super-block while trying to open /dev/sdb
on the last command, help would be wery welcome
Edit: found it out, yu should mount the /dev/c/c not the /dev/sdd as i tried, no i can mount without error and can se the / tree of the drive, but if i say try to cd into home i get
"ext2fuse_dbg_msg: Bad address while reading inode "variuos numbers""
"ext2fuse_dbg_msg: Operation not permitted while reading inode "various numbers""
and the dirs are empty
when i ran the ext2fuse command i got
"fuse-ext2: Can't read an inode bitmap while reading inode bitmap"
Message 24 of 188
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2009-11-27
01:50 PM
2009-11-27
01:50 PM
Re: ReadyNAS Data Recovery - VMware recovery tool
I just added this post here...hope it helps... let me know... :x
viewtopic.php?f=25&t=24861&p=199288#p199288
I hate linux...I swear I absolutely hate linux.... :x
viewtopic.php?f=25&t=24861&p=199288#p199288
I hate linux...I swear I absolutely hate linux.... :x
Message 25 of 188