Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 05:11 AM
L-Plates
 
Posts: n/a
Default Linux cannot see hard drive

Hi guys,

I have a problem with my linux install that is driving me up the wall,
please help! The problem lies with my hard disks and partitions.

Brief Machine spec:

AMD Athlon 1800+ XP
640MB RAM
40GB IDE HDD (Connected to primary IDE port on MoBo)
40GB SCSI HDD (Connected to Hewlett Packard RAID card)
Dual Boot SuSE 9.1 Pro / Win XP Pro
KDE 3.3.3

I originally had the following partitions:

SCSI Disk
---------
Windows XP (C:\ Drive) - NTFS
Shared Data - NTFS

IDE Disk
--------
SuSE Swap - Swap
SuSE / - Reiser

Everything was running great until I decided to reformat the Shared
Data partition to use FAT32 so that data could be more reliably shared
between SuSE and Windows.

I formatted the partition as FAT32 using Windows but when I booted to
SuSE the partition is no longer available. Not only is the partition
not available but it would appear the Linux no longer sees the whole
SCSI HDD.

If I try mounting the drive using mount /dev/sdax /mnt I recieve an
error:

mount: /dev/sdax is not a valid block device.

The output of fdisk -l only shows the IDE HDD (hda). I'm at work at
the moment so I can't actually post the output.

I know that the SCSI is connected properly and working fine as Windows
boots from this drive and Windows can see all the partitions no probs.
Also, if I run the SuSE install program (from the boot CD) the
partitioning recommended by YaST includes the SCSI drive with all its
partitions so I'm convinced this isn't a hardware fault.

My question is why could Linux have lost sight of the SCSI drive and
why does the SuSE install program see it without any problems? How can
I get it back? All help is very much appreciated.

Please note that although I am a Windows administrator I am relatively
new to Linux.

Thanks in advance,
Dave.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 05:11 AM
Davide Bianchi
 
Posts: n/a
Default Re: Linux cannot see hard drive

On 2004-09-29, L-Plates <lplates@ukonline.co.uk> wrote:
> I formatted the partition as FAT32 using Windows but when I booted to
> SuSE the partition is no longer available. Not only is the partition
> not available but it would appear the Linux no longer sees the whole
> SCSI HDD.


dmesg | grep sd will tell you if Linux can see or not the disk and if he
found problems on it.

fdisk -l /dev/sda will show you the partition table of the disk.

Davide

--
Q: Why did Bill Gates cross the road?
A: To avoid the Department of Justice.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 05:11 AM
L-Plates
 
Posts: n/a
Default Re: Linux cannot see hard drive

Thanks for the response Davide. I'm afraid running the command you
mentioned returned nothing. I tried just calling dmesg and looking
through the dump for clues. The following is snippets of the dump that
apply to my hard disks:

Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with
idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci0000:00:11.1
ide0: BM-DMA at 0xe400-0xe407, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xe408-0xe40f, BIOS settings: hdcMA, hddMA
hda: MAXTOR 6L040J2, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: LITEON DVD-ROM LTD-165H, ATAPI CD/DVD-ROM drive
hdd: PIONEER DVD-RW DVR-108, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 78177792 sectors (40027 MB) w/1819KiB Cache, CHS=65535/16/63,
UDMA(33)
hda: cache flushes supported
hda: hda1 hda2 hda3 < hda5 >
ide-floppy driver 0.99.newide
[...]
SCSI subsystem initialized
megaraid_mm: 1.0.0.rc1 (Release Date: Mon May 17 18:55:02 EDT 2004)
megaraid: Ignoring new-style parameters in presence of obsolete ones
megaraid: 2.20.0.rc1 (Release Date: Mon May 17 18:55:02 EDT 2004)
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2902/04/10/15/20C/30C SCSI adapter>
aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs

ReiserFS: hda2: found reiserfs format "3.6" with standard journal
ReiserFS: hda2: using ordered data mode
reiserfs: using flush barriers
ReiserFS: hda2: journal params: device hda2, size 8192, journal first
block 18,
max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda2: checking transaction log (hda2)
ReiserFS: hda2: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... failed
Unmounting old root
Trying to free ramdisk memory ... okay
Freeing unused kernel memory: 216k freed
Adding 1052216k swap on /dev/hda1. Priority:42 extents:1
reiserfs: enabling write barrier flush mode
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
subfs 0.9
[...]
hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
hda: drive_cmd: error=0x04 { DriveStatusError }

I'm afraid a lot of this means nothing to me but I don't seem to see
any errors directly relating to the SCSI hard drive. In fact, it seems
to find the RAID card but no devices attached to it.

None of this explains why the YaST setup still sees the drive and its
partitions without any problems.

Thanks again,
Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 05:11 AM
JohnInSD At san DOT rr dot COM
 
Posts: n/a
Default Re: Linux cannot see hard drive

On 29 Sep 2004 04:11:02 -0700, lplates@ukonline.co.uk (L-Plates) wrote:

>Hi guys,
>
>I have a problem with my linux install that is driving me up the wall,
>please help! The problem lies with my hard disks and partitions.
>
>Brief Machine spec:
>
>AMD Athlon 1800+ XP
>640MB RAM
>40GB IDE HDD (Connected to primary IDE port on MoBo)
>40GB SCSI HDD (Connected to Hewlett Packard RAID card)
>Dual Boot SuSE 9.1 Pro / Win XP Pro
>KDE 3.3.3
>
>I originally had the following partitions:
>
>SCSI Disk
>---------
>Windows XP (C:\ Drive) - NTFS
>Shared Data - NTFS
>
>IDE Disk
>--------
>SuSE Swap - Swap
>SuSE / - Reiser
>
>Everything was running great until I decided to reformat the Shared
>Data partition to use FAT32 so that data could be more reliably shared
>between SuSE and Windows.
>
>I formatted the partition as FAT32 using Windows


You may want to update /etc/fstab to reflect the change in the FS-type from
ntfs to vfat. Use any text editor to do this.

It might also be advisable to update the FS-type in the partition table.
'fdisk' can do this with the 't' command, but, Windows may have done this for
you already.

--John

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 05:12 AM
L-Plates
 
Posts: n/a
Default Re: Linux cannot see hard drive

> You may want to update /etc/fstab to reflect the change in the FS-type from
> ntfs to vfat. Use any text editor to do this.


I tried this initially but it didn't help as Linux cannot see the
whole drive so the partition information is no use.

> It might also be advisable to update the FS-type in the partition table.
> 'fdisk' can do this with the 't' command, but, Windows may have done this for
> you already.


I'm quite sure Windows will have done this already as a fresh install
of SuSE recognises the drive and the FAT32 partition.

Can no-one explain why the SuSE install program (YaST) recognises the
drive no problem yet my installed version can't?

Thanks.
D.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:04 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981