Red Hat / Fedora :: Getting Hard-disk Traces ?

Oct 1, 2010

When we write a programme,we declare variables and compiler allocates memory to them.I want to get access to the physical block number of hard-disk where actually the data is stored by the programme "

View 5 Replies


ADVERTISEMENT

Hardware :: Master Hard Disk Error After Installing Ubuntu 8.10 / Hard Disk Died

Apr 8, 2009

after installing Ubuntu on one WD 500 GB hard disk and after making mistake and pasting wrong code into Terminal:my OTHER WD 500 GB hard disk that was also in the system (I guess it was "hd1") - died.The problem must be, I guess, I typed wrong code: "hd1,1" instead of "hd0,0".)500 GB (NTFS) of data was on that other (non-Ubuntu) hard disk, and now I can not access it anymore. While booting, system gives "Hard Disk Error" warning and stops.One again: I installed Ubuntu od one hard disk and at the end of instalation I pasted wrong code for GRUB, giving address of another hard disk. Now that other hard disk has error and will not work

View 3 Replies View Related

Ubuntu Installation :: Copy Hard Disk Have 10.04 And Ext4 To 1000 Hard Disk?

Sep 23, 2010

I want to copy hard disk have ubuntu 10.04 and ext4 to 1000 hard disk for new 1000

View 2 Replies View Related

Hardware :: Adding Second Hard Disk With Windows To Boot With Grub On First Hard Disk

Jul 7, 2009

I have a sata 320 gb with mandriva linux 2009.1 on it.And it is what curently atached to my cpu. It is shown as 'sda' in the partition table.I also have another 40gb hard disk with windows xp installed on it.It is shown as 'hda' in the partition table . Now what i want to do is attach this 40gb hard disk to my pc and configure grub on my 320gb hard disk('sda') so as to boot windows xp(which is residing on the second hard disk,'hda')Can anyone tell me if what im doing is feasible or not? If it is feasible,can anyone suggest me how to get it working. I know i just need to add 2-3 lines to my grub.conf, but dont know what exactly i need to write.

View 3 Replies View Related

General :: Changing GRUB From An External Hard Disk To The Internal Hard Disk?

May 14, 2010

I had a dual boot (windows 7 + debian), both of them installed in my internal hard disk, with the GRUB in it. I have recently installed a second linux distro (mint), but I put it in an external hard disk. Now the GRUB allows me to boot any of the three operating systems, but I need the external disk to do it. It seems that after the mint installation the GRUB is now working from the external disk (if the external disk is not connected, the machine does not boot.) �Is there a way to change the location of the GRUB, to the internal hard disk of my laptop?

View 2 Replies View Related

Hardware :: Check Hard Disk For Errors. Possible Hard Disk Failure?

Jun 21, 2011

I was using Terminal and browsing a directory in my home folder. My "home" directory is located on "/dev/sdb1". When in Terminal I typed "ls" in one of my directories and the output was garbage. The output didn't show the files in the directory. I think it said something like, "input/output error". Unfortunately, I didn't write the exact error down. Instead I rebooted.The hard disk with the problem is:

Code:
$ sudo hdparm -I /dev/sdb
[sudo] password for brian:

[code]...

View 6 Replies View Related

General :: Use Hard Disk Image Like A Regular Hard Disk?

Apr 6, 2010

If you have a hard disk image (including partition table, multiple partitions,...), is it possible to let Linux treat it as a regular hard disk?

By "regular hard disk" I mean I would like to have the image show up as, for instance, /dev/hdx and its partitions as /dev/hdx1,...

(I know I can mount one of the partitions in the image using "mount -o loop,offset=x ..." but I don't really like this option.)

View 2 Replies View Related

Fedora :: Remove All Traces Of GNU Java And Openjdk And Replace With Sun JDK?

Mar 20, 2011

I have fedora 13 64bit box. I have installed latest Sun JDk. But when I do: java -version I still got OpenJDK version. So I completely removed OpendJDK. But now when I do: java -version I get even older GNU java 1.5 something libgcj. So I completely removed that too but it was asking to remove bunch of dependent apps like OpenOffice Writer etc. Even though I need the writer, I let it go because I do not want ever to see the face of any GNU java on my linux. So everything related to GNU java is removed. Luckily I am able to start Eclipse and it works fine and start normally (apparently using the installed Sun JDK which is what I want). But now when I do java -version I get bash: /usr/bin/java: No such file or directoy

Now what I need to do so that when I open any terminal window and enter java -version I should get Sun JDK version? Sun JDK is installed in /usr/java/jdk1.6.021. I also have symlinks: /usr/java/latest and /usr/java/defaults pointing to sun jdk.

View 5 Replies View Related

Fedora :: Keep Getting "A Hard Disk Is Failing" Warnings From The Disk Utility

Jun 8, 2011

I am on F15 32-bit with GNOME 3. I keep getting "A Hard Disk Is Failing" warnings from the Disk Utility, very frequently. Is this a serious issue? Because I knew this to be a bug in Palimpsest DU back in F13/14. Also how can I disable any notifications from this application?

View 4 Replies View Related

General :: Mount From The Old Hard Disk To The New Hard Disk

Jun 30, 2010

mount from the old hdd to the new hdd i mean (Hard disk)

View 2 Replies View Related

Fedora :: Installing From CD To Hard Disk

Jul 9, 2010

I burned a Fedora ISO onto a CD and I love it. Now, I want to add it as a dual-boot to my hard disk. I divided Drive C into two (formatted) partitions one labeled Linux.During an attemped installation, I was able to find (thru "edit") the partition called "Linux." But one of the next questions threw me: it asked for a "mount point."I have no idea what that means (and yes I have readthe guide onthis site).

ACTUALLY... what I need to do is simply install into a partition I already set up.I don't find an option for that within the Fedora installation menu.I have 20 years of experience with Windows and try to keep up with everything, but Linux is totally new to me, so I don't understand the terminology.I also have been trying to find how to create a dual-boot situation from the hard disk, where XP is still my default (for now, at least).

View 12 Replies View Related

Fedora :: How To Install From DVD ISO On Hard Disk

Oct 26, 2010

Sometimes it may be necessary, or just convenient, to install Fedora from the DVD ISO file located on a local hard drive. The method I describe here does that, with two requirements. It uses GRUB4DOS, and the necessary files must be located on a FAT32 or EXT2/3/4 partition. Create the new partition and name it "FEDORA". It does not need to be a primary partition, and can be deleted later. An existing partition can also be used, but you will either need to change it's name as shown or put the correct name in the kernel line of the menu.lst file when that is created in step 5.

Use your favorite ISO program to open or mount the the DVD ISO image file and extract the /images directory to the root of the partition. Copy the DVD ISO image file to the root directory of the partition. Prepare a method to boot GRUB4DOS. See the following GRUB4DOS tutorial page for details about that task. [URL] Create a menu.lst file for GRUB4DOS with the following lines and place it in the appropriate location for your installation of GRUB4DOS.

Code:
title F13 DVD Install
find --set-root /Fedora-13-i386-DVD.iso
map /Fedora-13-i386-DVD.iso (hd32)
map --hook
root (hd32)
kernel /isolinux/vmlinuz repo=hd:LABEL="FEDORA":/
initrd /isolinux/initrd.img
Now just boot GRUB4DOS, select "F13 DVD Install" from the menu, and install away!

For the GRUB4DOS direct-mapping to work, the ISO file cannot be fragmented. If the partition is fresh (newly created), that shouldn't be a problem. However, using an existing partition will likely fragment the file, and you'll need to defragment it with a Windows utility (FAT32) first. I've actually only done this on FAT32, but EXT should work too, theoretically... Translation - use FAT32 on a new partition.

View 1 Replies View Related

Fedora :: How Many Hard Disk That 14 Can Support

Apr 11, 2011

I would like to ask if i plan using fedora 14 as my main OS (for server). How many Hard Disk that fedora 14 can support? Because i plan using 2TB x 6 Hard Disk. Does it support?

View 14 Replies View Related

Red Hat / Fedora :: Add A New Hard Disk To A 12 Machine?

Jan 31, 2010

I'm trying to add a new hard disk to a fedora 12 machine. I have ran fdisk - OK. when I call mkfs.ext3 it sais device is muonted but when I call unmount it sais "not mounted".

View 2 Replies View Related

Server :: Copy Of IBM Server Hard Disk Data To Another USB External Hard Disk?

Sep 1, 2009

Copy of IBM Server hard disk data to Another USB External Hard disk?

View 2 Replies View Related

Fedora :: Tool For Hard Disk Detection

Jul 16, 2009

In these days my hard disk is weird.I can see in my pc that the red light (when read/write process to the disk happens) remain on and Linux crash, it seems that the hard disk has problems.Therefore, exits a tool according with your experience that let me see the status of all my hard disk?

View 5 Replies View Related

Fedora :: Checking Hard Disk For Errors

Aug 2, 2009

On my FC11 installation Palimpset Disk Utility icon in the top menu bar is reporting that I have a disk failure with the caption "one or more disks is failing".When I open up the details section in Pilimpset I can see that "2 sectors are failing",I have checked this with gparted checking facility and it reports that the disk is OK.What I would like to do is to check the disk using a command like tool or ofline tool, which would then tell me where those bad sectors are on that partition so that I can resize it (using gparted) and have the bad sectors in NON ALLOCATED DISK SPACE.

View 4 Replies View Related

Fedora :: Recording Audio To Hard Disk Using F12?

May 15, 2010

I'd like to record sound continuously to my hard drive, using F12. Can audacity do this, or is there another app out there to do this?

View 2 Replies View Related

Fedora :: Resync Two Raid1 Hard Disk In 12?

Jun 9, 2010

I have two 80 GB IDE hard disk. I have create raid1 partition in both drive using [URL] ink. raid is working fine. But i have copy some data on one hard disk (md0) but this data is not autometically copy in second hard disk(md1). I want when data is write on one hard disk, this data autometically write in second hard disk.

View 11 Replies View Related

Fedora :: Hard Disk Data Form?

Jul 1, 2010

When we copy a sector to a file like using dd command, the data in the file is of which format? and of which type of conversion is nesessary to see the data in read able formate. i have tryed the ASCII conversion in dd command but still the data is in un-readable format. and also tell that if i access hard disk sector's data using c language program and copy data to a file then which type of conversion should i do ?

View 7 Replies View Related

Fedora :: Booting With Full Hard Disk?

Jul 2, 2010

I have a little/big problem. This morning, I dont know why, but suddently my hard disk was full. I thougt that the temporary space grew too mucho and I thought if I restart my machine, everything would be nice but no. Now in the logging screen comes messages that some components cant be load and so I can't go in my Fedora

I tried to access to my partition with Knoppix-livecd and free some space, but it seems that Knoppix can't access to that partition. I have installed fedora 12.

View 5 Replies View Related

Fedora :: How To Best Replicate Dying Hard Disk?

Mar 10, 2011

I'm pretty sure the hard disk on my FC5 system (tells you how old it is!) is failing. It's a 500GB drive and I have a second hard disk that's 1.5TB (if I remember right) as a secondary.I would like to (ideally) just migrate everything -- settings, MBR, OS, home dirs, etc., everything -- to a different drive, take out the one that's on the fritz, and reboot the system with everything as it was...just a new hard drive.

Alternatively, I figure I could remove the old drive, move the secondary one into place as the primary, reformat it (assuming there's no data I need), and then install a fresh FC version and from there, migrate data from the old one as needed. I've done this latter method before and assuming the hard drive doesn't totally go, it should work. But I'd really RATHER have somehow a "mirror copy" of the 500GB drive that just seamlessly replaces what's currently there.

View 11 Replies View Related

Fedora Installation :: Formatting The Whole Of The Hard Disk?

Mar 24, 2011

I have installed fedora 14 xfce.

However, I want to totally format the hard disk so I have no operating systems left on there.

I have created a usb boot disk for installing windows.

So I want to re-format the whole hard disk. Then boot up with the usb and install windows. Once I have done that. Then use the rest of the hard disk to install Fedora 14 from my other usb.

However, I am not sure how to completely format the hard disk. I want to start from a clean disk.

View 4 Replies View Related

Fedora Installation :: Insert The Same Hard Disk To I3 Pc?

May 2, 2011

Can I install fedora 14 and Cent OS5.4 on i3. ? I have fedora 14 and Cent OS 5.4 install on core 2 duo. Can I insert the same hard disk to i3 pc, will the previous os will boot ? or will I have to format and load the fresh one ?

View 1 Replies View Related

Red Hat / Fedora :: Hard Disk Failing Warning On F12?

Mar 14, 2010

Last week, i updated, my fedora. After that, during every boot up, I am getting a warning message like " Your hard disk may failing". It indicates that it is due to bad sectors. But I don't think so. There was a bug reported for a similar problem in fedora 11. I think it is not fixed yet. Hard disk is not having any problem during data access. Other OS including windows are not giving any warning message.

View 9 Replies View Related

Red Hat / Fedora :: Find Hard Disk (RPM) Speed?

Dec 14, 2010

How do I check my hard disk Revolutions Per Minute (RPM) speed from a Linux shell prompt without opening my server case? any other third party utility please let me know.Ieferenced some other articles. they give only model number, serial number and disk space.

View 9 Replies View Related

Red Hat / Fedora :: Install 14 From Hard Disk Without Burning Dvd?

Jan 26, 2011

how to install fedora 14 dvd iso from hard disk without burning a dvd. On internet i found 2 articles which are mostly copy pasted on all sites. Dont know whether the same is valid for now. I have currently windows xp running on my 1st hdd on which i intend to install fedora 14 on a logical partition. i have ubuntu 10.04 running on my second hdd.

View 3 Replies View Related

Fedora Security :: Remove Encryption From An Hard Disk?

Feb 24, 2009

I was trying to install Fedora 9 on my new laptop that came with Win XP. I have selected the option to wipe out all partition and create a default layout with the Encryption option selected. But that installation got stopped on the middle, therefore I have started the installation again. This time it asked for the encryption password as expected but don't know why, its not accepting my password. I am 100% sure that the password is correct but it is not allowing me to enter into the hard disk partition section.

My question is, how do I remove encryption from my hard disk? I don't need to preserve the data, I just need to use my hard disk again. Is there any boot CD that allow us to format encrypted disks without prompting for a password?

View 3 Replies View Related

Fedora Installation :: Install From Hard Disk Fails

Mar 12, 2009

As I have no blank cds handy right now, I had to go the way descirbed here:URL...But when I seect my partition and / (no sub dirs, an empty ext3 formated 6.8GB partition, exclusivly for that usage) it tells me there ws no installation media found and the search path got automagically adjusted to /imges/image.img.And ideas howto fix that? Or how to install fedora from harddisk (without big fuss)?

View 2 Replies View Related

Fedora :: Device Hasn't Booted From Hard Disk?

Jul 26, 2009

2 days ago i have tried to install fedora 11 ...but after i did achieved installation successfully ...and rebooted system ,the device hasn't booted from hard disk ,alternatively it has booted from the network (Broadcom)- the third booting choice in bios - . i have tried three different DVDs ....but no thing changes ...!

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved