Hardware :: Cannot Find Anything In /dev/disk

May 31, 2011

I have mentions of ata1 and ata8 in my messages log, like "ata8: hard resetting link"
How does one map ata8 to a real disk?

I can not find anything in /dev/disk, not fdisk or lshw. The only way I found was grepping through dmesg and you get a serial which you can then use lshw to find out. But is this the only way?

View 2 Replies


ADVERTISEMENT

OpenSUSE Install :: Could Not Find /dev/disk/by-id/ata?

Dec 13, 2010

I turned on my machine this morning and got this:

Code:
could not find /dev/disk/by-id/ata-MAXTOR_STM (etc) -part 3
want me to fall back to /dev/disk/by-id/ata-MAXTOR_STM (etc)-part 3?

[code]...

View 9 Replies View Related

General :: Find Big Files On The Disk?

Oct 17, 2010

How can I find big files on the my Linux disk with say more than 500MB in size?

View 2 Replies View Related

Software :: VirtualBox Can't Find A Disk?

Jul 23, 2010

Virtual box says one of its OS's is inaccessible. The other ones are all right.

Code:
Could not find a hard disk with UUID {a7d99ada-aeab-45bb-ba33-5eab6659fa25} in the media registry ('/home/eric/.VirtualBox/VirtualBox.xml').
Result Code:
VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
Component:
VirtualBox
Interface:
IVirtualBox {3f36e024-7fed-4f20-a02c-9158a82b44e6}

Looked in /dev/disk/by-uuid on the host, Debian Lenny, if that is relevant, and there is nothing like the above UUIDs.

View 2 Replies View Related

OpenSUSE Install :: Can't Find Disk After Upgrading To 11.3

Jul 25, 2010

After upgrading openSUSE 11.1 to 11.3 boot fails with:

Could not find /dev/disk/by-id/scsi-SATA_SAMSUNG_xxxxxx.part_2 Want me to fail back to /dev/disk/by-id/........ (Y/n)

and then I am stuck in console-mode

when checking /dev directory there is no "/dev/disk" subdirectory, and no /dev/sdxx entries.

Booting with install-cd in rescue mode the entries are theree, and its posible to mount all disks.

View 7 Replies View Related

Ubuntu :: Cannot Find USB Startup Disk Creator?

Oct 15, 2010

I'm trying to use USB Startup Disk Creator. The problem is I can't find it! I mean it is installed on my system, the Software Centre shows that but it doesn't appear in Applications>Accessories or anywhere else I can see. So where the heck is it?

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

General :: 9.04 - Cant Seem To Find Where Hard Disk Partitions Are

Jan 19, 2010

i have installed ubuntu version 9 and i cant seem to find where hard disk partitions are,what do i do?also what do i do to install the webcam and to change from gnome to Kde enviroment!!i also installed virtualbox but i seem not to find the icon

View 3 Replies View Related

Software :: Find Hidden Disk Usage?

Aug 31, 2010

I have a productive sever (very old, 1500 days without restart or software update, gentoo distro) and i have a weird disk usage there:

Code:
gentoo / # du -sk *|sort -n
0 sys
2 service
6 mnt

[Code]....

You see that on 'df' i have 67 GB on the disk and 2.6GB avaiable, but du is confirming only 33GB of usage. What uses the other 34GB ? I can't install fancy graphical disk usage programs there, is there any way I can find what is consuming the 34GB of disk using command line tools and standard linux programs? (like debugfs or something like that)

View 7 Replies View Related

Fedora :: FC13 - XP Bootloader Cannot Find Virtual Disk

Jun 9, 2010

I've set up FC13 64bit on a machine with an intel i7 and 4G memory. I'm trying to get a simple virtualisation to work. I followed the instructions here -> [URL]. The install of XP runs fine but when it reboots to run the GUI part of the install I get this message in the VM's console:-
Booting from Hard Disk:
A disk read error occurred
Press Ctrl-Alt-Del to restart
It almost seems that the XP boot loader can't find the virtual disk. I must have missed something obvious - but what?

View 8 Replies View Related

OpenSUSE Install :: 11.3 - Specify Hard Disk / Cannot Find Repository

Sep 19, 2010

I am new to linux. I am trying to install suse 11.3 on my desktop which has following configuration:

Intel Pentium 4 processor 32 bit
512 mb RAM
80 gb Hard Disk

I made a 20gb partition on my hard disk and formatted it as fat32 for installing suselinux on it. I changed my boot priority and booted the system from the bootable dvd. The problems are:

1). Message is displayed telling to ensure that cd 1 is in the drive. I cannot make out what this means when the dvd is already in the drive. If I press ok same message keeps coming if I press back following occurs.
2). The installation starts and asks for language and keyboard type. Then it asks me to specify the hard disk and then a message is displayed that it cannot find repository.

View 4 Replies View Related

General :: Java - 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?

I referenced some other articles. they give only model number, serial number and disk space, but I need Hard disk RPM speed using shell script. any other Java program

View 3 Replies View Related

Ubuntu Installation :: Update Fails To Find Disk?

Apr 30, 2010

after the update , a reboot fails to find the correct HD although it finds the grub menu.FWIW it boots into Windows

ive booted into a liveCD and mount /dev/sdb1 to get access to menu.1st

ubuntu@ubuntu:~$ sudo fdisk -l

Disk /dev/sda: 10.2 GB, 10248118272 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00066016

[Code].....

View 9 Replies View Related

General :: Script To Find Disk Utilized Processes?

May 25, 2011

I have written a script that triggers a mail if the server load average goes beyond a specific value.

The mail contains following field Current Load average. Top 10 CPU utilized processes.

Code:
ps -auxf | sort -nr -k 3 | head -10
Top 10 Memory Utilized processes.

Code:
ps -auxf | sort -nr -k 4 | head -10

But the problem is that whenever there is any disk related activity happens the load gets high and the command (for ex.mkfs.ext3 /dev/sdb1, dd,scp,cp)which are the main cause behind the load average doesnt get displayed in top 10 CPU/Memory Utilized processes.

Is there any way of finding top 10 processes for Disk related activity?

View 14 Replies View Related

Debian :: Find + Mount.ntfs-3g Strong Disk Usage

May 10, 2011

Since I installed Debain Squeeze with KDE (for more than a month), there is something I cannot explain to myself. 5-10 minutes after bootup my hard disk begins to work very intensely. Then, after 2-3 minutes it comes back to its normal operation. Using "atop" I found out that the first process that squeezez my HDD is "find". Then, a little bit later, mount.ntfs-3g appears. Both do what they do, then exit and everything's back to normal. What I suppose, is that that something is searching, first on the Linux partitions, then on the ntfs partitions.

Does anybody know what is this phenomenon related to? Or at least, how could I find out. Ah, and to avoid some basic troubleshooting questions: I have 3 GB of RAM, so no swap is needed. And I repeat: it's find and mount.ntfs-3g that use the HDD.

View 10 Replies View Related

Debian Multimedia :: Can't Find Any Answers - External Disk And Lottanzb

May 22, 2011

I have 2 questions of which i can't find any answers to.

1) every time when i download something using lottanzb, lottanzb doesn't unpack the files automatically. It happens to every download. [URL]..0dselectie001p shows the full folder where files are downloaded in.[URL]..shows what happens to the par2 files.I don't know what is going on and why lottanzb is doing all this.

2)I have a external disk divided in 3 partitions. 1 partition is a partition for my email program (Icedove) whit all the necessary files. Since a few days i noticed that i first have to access the external disk and/or partitions before it is "active". I.e.: when my pc is started up and i start Icedove, i don't see my mail and all the (sub)folders i created (all the mail is on a partition on the external drive). But when i first access the partition containing all the mails and then start Icedove, then i see all my mails and (sub)folders.

View 11 Replies View Related

Fedora Installation :: F11/12 On SB700 \ Cannot Find The Hard Disk In Machine?

Jan 8, 2010

I cannot install F11/12 into Sata hard disk with AMD SB700 neither full installation image or live image in USB drive. It cannot find the hard disk in my machine. But all the things are working fine with F10 installation. Does anyone have the same issue

View 5 Replies View Related

General :: Method To Find Time For Accessing A Block From Disk?

Nov 23, 2010

Is there any way to find the time required for accessing a block
from disk?

View 1 Replies View Related

Hardware :: Two SATA Disks:counldn't Find Partitions In The Second Disk?

Sep 1, 2010

I have two SATA disks, 80G and 1T. Using "df" command we can see the all partitions:

/dev/sda3 6.7G 2.5G 3.9G 40% /
tmpfs 1.7G 0 1.7G 0% /lib/init/rw
udev 1.7G 220K 1.7G 1% /dev

[code]...

View 10 Replies View Related

Software :: Can't Find Debian Iso Image When Trying To Install From Hard Disk

Jul 18, 2011

I'm trying to install debian-6.0.2.1 from hard diskand it can't find my iso image wich is on the slackware partition.i downloaded initrd.gz an vmlinuz,added some lines to lilo.conf so that i can boot but then when it searches for the iso image doesn't find it .

View 6 Replies View Related

OpenSUSE Install :: Can't Find The Java-site - Download To Hard Disk?

Jan 16, 2010

I use openSuse 11, 64 bit. I would like to install Java, but do not know how. I can find the Java-site, I can download to my hard disk, but I can't install.

View 9 Replies View Related

General :: Use Find To Select Users With A Certain Amount Of Disk Space Usage?

May 16, 2011

I want to find all users shown in the /home/ directory whose disk consumption is more than 500MB. The following command works as expected.

cd /home/ && du */ -hs
68K ajay/
902M john/
250M websites/

From the above example, only 902M john/ should be returned.

How can I make the find command output the same results?

View 4 Replies View Related

General :: Find Out Maximum Size Of A Image Disk File Created By Kvm-img?

May 22, 2011

I created a VM disk image with kvm-img, but I forget what was the max size of that disk image when I created it. Currently, its size is 6.2G, I want to install some large packages in that VM, so I want to make sure the disk image can expand to an adequate size.

View 1 Replies View Related

Ubuntu Installation :: 10.4: Install Disk Doesn't Find The Hard Drive

May 20, 2010

When I try to install 10.4 on my hard drive, I get all the way to the "Prepare Partitions" menu and there are no disks listed and all button are grayed out. I am installing on an EVGA X58 motherboard with Intel ICH10 and I have AHCI enabled. Does Ubuntu support AHCI? Do I need drivers to install?

View 3 Replies View Related

Ubuntu Installation :: 10.04 Unable To Find Media With Live Disk Image

Jun 27, 2010

I am having trouble both installing or even just booting the live CD. I have to interrupt the boot to give the nomodeset boot option.

Once I get the Ubuntu splash with the oscillating red and white dots for several moments, I get the Busybox with the error message "Unable to find a medium containing a live file system"

If I do a dmesg I then see a lot of sr0 errors. I have an onboard SCSI controller but no scsi devices. I am not sure if this matters.

View 3 Replies View Related

Ubuntu :: Find Out Which Was The Original Installation Version That First Installed After Formatted The Disk

Sep 12, 2010

I have been upgrading Ubuntu as its new distributions are released every six months regularly since quite some time now. Is there a way I can find out which was the original installation version that I first installed after I formatted my disk. I mean as far as I remember I have been using this state of my Ubuntu since 8.04 and have been upgrading since then, but I am not sure.

View 4 Replies View Related

Ubuntu Installation :: Find External Hard Disk Everytime It Boots?

Nov 21, 2010

I recently upgraded to 10.04 and during the upgrade process my external hard disk was plugged in. Now everytime I boot up ubuntu informs me that sdb1 is missing and wont boot up till I ask it to "skip" waiting for it. Also I am assuming because of this I have trouble mounting any other external hard disk other than my own, keeps giving some sort of unable to mount problem

View 2 Replies View Related

General :: Find Out The Serial Number Of Hard Disk Through Command Line On OpenSuse 11.2 ?

Jul 12, 2010

I read this thread but

Code:
anisha@linux-uitj:~> su
Password:

[code]...

View 14 Replies View Related

General :: Error Cannot Find Disk At [hash-code - Looks Like 0ace5f When Booting OpenSUSE 11.2 GNOME-LIVE (64bit)?

Jan 29, 2010

I am in the process of re-DL-ing the ISO as the checksums didn't match.

Mind you, that was with a shell extension in Win-Lose. Who knows.

Anyway:

I have the ISO (that I had previously) on a USB courtesy of UNetBootIn. All appears well until, quite quickly, I receive an error after the loading process which goes something like:

Code:
Error: cannot find disk at [hash-code - looks like 0ace5f etc etc, is about 12 char's in length.]Something very similar (but not same error I think) happened when I tried to do the same with my OpenSolaris or Fedora install. I.e., gets as far as the very beginning of the loader and then: bork.

At least one of them said "will reboot in 120 secs". Saves me the trouble!

View 2 Replies View Related

Ubuntu :: Stopped Working Cause It Couldn't Find /ubuntu/disks/root.disk?

Feb 8, 2011

I've had installed my new Ubuntu onto my 500 GB Seagate.Before I done any of that, my old Ubuntu I installed was installed into my laptop hard drive. It stopped working cause it couldn'tfind /ubuntu/disks/root.disk something like that.I'm right now using Ubuntu, and I was wondering if anyone knew how to mount my sdb5...

Code:
Device Boot Start End Blocks Id System
/dev/sdb1 1 60242 483890176 83 Linux

[code].....

View 1 Replies View Related







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