Sponsored Content
Operating Systems Linux Gentoo Data recovery of formatted external HDD Post 302916090 by rajeshz on Sunday 7th of September 2014 01:30:16 AM
Old 09-07-2014
Linux Data recovery of formatted external HDD

accidentally formatted ext3 external hard disk .. im using EAse us tool in windows system to recover the data ... will this works??
if yes ... the another external hard disk have to be formatted in which file system ?
is there any other option ..please help me out
 

10 More Discussions You Might Find Interesting

1. Linux

Installing Linux on External HDD

Hi, I want to install LINUX on my laptop. I have a 2GHZ,1GB RAM and HDD is not partitioned. I donot want to touch this HDD and I have external HDD of 200GB. Can I install LINUX on this external HDD?. I would like system to detect linux only when I connect my external hard drive. else system should... (5 Replies)
Discussion started by: sureshht
5 Replies

2. Solaris

How to mount External HDD in VMware 6.0

Hi Friends, I am using VMware 6.0 and i want to transfer some files from External HDD so how to mount the Disk, and i am not able to assign any ip to my network card any one can help me how to set ip in VMware. Thanks and Regards, Venky.:b: (0 Replies)
Discussion started by: 1409.venkatesh
0 Replies

3. UNIX for Advanced & Expert Users

Use external HDD as archive0

Hello UNIX-community, We have an older SCO UNIX-system running PCS3 (an industrial platform) and since a few weeks we are experiencing problems with our archiving software. For about ten years, the system archives data to Magneto-Optical discs (MO-discs) and thus far it has worked fine.... (3 Replies)
Discussion started by: V4Friend
3 Replies

4. Filesystems, Disks and Memory

Linux HDD Recovery

Hello, I have my backup disks here because my server got hacked and we didn't like how liquidweb made the things. So we ask them to ship us the disk. They ran photorec and they got lots of .gz files from it. All accounts I would say. But 50% of them the .tar.gz files came corrupt. And is lefting... (2 Replies)
Discussion started by: asturmas
2 Replies

5. OS X (Apple)

Installing mac on external hdd?

Hi, As I did not find any specific group for this question, i am putting it here. Can I install Mac OS on an external hard disk? Is this possible or not? I know it is very hard to install mac os on non-mac hardwares. I have a dell inspiron laptop and i want to use mac from external hdd. ... (1 Reply)
Discussion started by: sanzee
1 Replies

6. Filesystems, Disks and Memory

Recovery of formatted ext3 partition

Hi! I have a really big problem right now. I (accidently) formatted a ext3 partition with "mkfs.ext3 /dev/sda1". The problem is that I REALLY need some files from there. The partition had a size of about 4GB, after accidently formatting it, I accidently rewrote Grub on it :wall: I hope I didn't... (3 Replies)
Discussion started by: al0x
3 Replies

7. UNIX for Dummies Questions & Answers

External HDD

I need to get an external HDD for a SUN server running Solaris 10. The Western Digital that I have will not recognize and when I went looking for drivers WD only has them for MAC and Windows. Is there a External HDD that is known to work with Unix? (24 Replies)
Discussion started by: SIFT3R
24 Replies

8. Red Hat

External HDD Issue

Hello everyone ! I just installed Red Hat 6.4 and when i plug in my external HDD firstly i can see the files and after 5 seconds all dissapears. What causes to this and ways to fix it ? Thanks in advance ! (1 Reply)
Discussion started by: djqbert
1 Replies

9. Red Hat

Suitable External HDD for Linux RHEL

Hi All, I am very new to UNIX systems and need your help. OS: RHEL 5.4(LINUX) 64 bit I need to get a new external 2TB HDD for transferring data from between linux machines. This HDD will not be used in any windows/MAC servers. Only on UNIX systems(linux/solaris) the USB device is to be... (1 Reply)
Discussion started by: Bikash Mishra
1 Replies

10. Solaris

Solaris can't detect external HDD on HP server

Hello, Unix users :) Has anyone had this problem when you connect an external hard drive to the server and it is simply not visible with any commands? The server is HP DL380 g8, and OS is: root@...:/# cat /etc/release Oracle Solaris 10 8/11 s10x_u10wos_17b X86 ... (16 Replies)
Discussion started by: Aratai
16 Replies
createhdf(1)							     Emulators							      createhdf(1)

NAME
createhdf - Create a blank IDE hard disk image in .hdf format SYNOPSIS
createhdf [ -c ] [ -s ] cylinders heads sectors file DESCRIPTION
createhdf creates a blank image of an IDE hard disk in .hdf format for use with Sinclair ZX Spectrum emulators. OPTIONS
-c specifies that the .hdf image should be created in `compact' mode, where only the low byte of every word is stored in the image. This is useful for saving space if the hard disk image is for use with an interface which accesses only the low byte of every word. -s specifies that the .hdf image should not be created as a sparse file. Normally, createhdf will attempt to create the hard disk image as a `sparse file', where the operating system knows that the file consists mostly of zero bytes and fills those in without using any space in the file. This option disables this. (There's nothing `magic' about this: if data is written to the file, it will take up space just like any other data; it's only empty space which is synthesised by the operating system). -v version specifies the version of .hdf image to be created. Valid values are `1.0' for a version 1.0 file and `1.1' for a version 1.1 file. Defaults to creating version 1.1 files. cylinders specifies the number of cylinders in the image. heads specifies the number of heads in the image. sectors specifies the number of sectors in the image. file specifies the file to which the image should be written. BUGS
None known. SEE ALSO
fuse(1), fuse-utils(1), libspectrum(3) The .hdf format specification, at http://www.ramsoft.bbk.org/hdfform.html. The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk). Version 1.0.0 16th December, 2010 createhdf(1)
All times are GMT -4. The time now is 12:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy