Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 05-22-2008, 08:56 PM   #1 (permalink)
Registered User
 
Join Date: Apr 2008
Location: us
Posts: 33
OS: linux freespire 1.0.13


Cool hdd Help!

I need to put a slave hdd in a computer running freespire.I have run out of space on the one i am running it on. So i took an old hdd that i hadand set the jumper thingeys to slave and booted it up. but it didnt show up. Is there a trick or sompthing I dont know about? I am ok with hardware but not so good with software or configuring so if there is any thing to do with that plz act like u are talking to a 3yr old plz. Any help would be great. Thanks, nate
iglow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 05-23-2008, 09:57 PM   #2 (permalink)
Registered User
 
Join Date: Oct 2007
Location: Littleton, Colorado USA
Posts: 470
OS: xp 64 sp2 Fedora Core 8 (vmware xp core 8 x32) Minix


Re: hdd Help!

It doesn't usually show up automatically. From a command line type in "dmesg | more". Page down through this, (hit a space bar to get a new screen). Look for a set up lines that look like:

ata1: SATA max UDMA/133 abar m2048@0xfa106000 port 0xfa106100 irq 19
ata2: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 19
ata3: SATA max UDMA/133 abar m2048@0xfa106000 port 0xfa106200 irq 19
ata4: SATA max UDMA/133 irq_stat 0x00000040, connection status changed irq 19
ata5: SATA max UDMA/133 abar m2048@0xfa106000 port 0xfa106300 irq 19ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: HPA detected: current 488395055, native 488397168
ata1.00: ATA-7: WDC WD2500KS-00MJB0, 02.01C03, max UDMA/133
ata1.00: 488395055 sectors, multi 0: LBA48
ata1.00: configured for UDMA/133

My ata1 drive is WDC (western digital 250 Mbyte drive (WDC WD2500KS-00MJB0). Somewhere in the listing is your drive. with its particulars. It will probably be your second drive. Also you you should see your DVD/CD reader/writer in the lists. Farther down in the listings is a set up lines that look like:

scsi 0:0:0:0: Direct-Access ATA WDC WD2500KS-00M 02.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 488395055 512-byte hardware sectors (250058 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
or FUA
sd 0:0:0:0: [sda] 488395055 512-byte hardware sectors (250058 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
or FUA
sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 sda10 >

This tell us that the drive is a scsi drive mounted as sda. This is my main drive. : sda1 is my boot partition, sda2 is my /u1 partition, sda3 is my /tmp partition, sda4 is the extended partition that has sda5 /var, sda6/tmp, sda7/var, sda8/usr, sda10/home. You probably only have one disk that is much simpler, has /boot, /, and the swap. But we are looking for probably sdb disk.

Another way the will probably work is to look in the "/proc/scsi/scsi" file. Again from a command prompt do "more /proc/scsi/scsi". You new disk will show up as the second set of devices. The manufacture should be visible.

If at a command prompt you type in "df", you should see the current disk already mounted with all the partitions, what they are called and sizes. Your new disk won't show up yet. My guess is your new disk will be sdb.

If you want to go fishing for it. Try the following from a command prompt: "/sbin/hdparm -i /dev/sdb". This will read info directly from the drives bios. Substitution the -i for -I. If this doesn't work, try /dev/hda, /dev/hdb, /dev/hdc. You will need to super user.

Also from a command prompt do "ls /dev/sd*. All the disks you have on your system will be listed. Im guessing that /dev/sdb is the new drive and they will NOT be a number following the sdb#, like there is for the (sda, sda1, sda2, etc.). If "ls /dev/sd*" doesn't return anything, then type in "ls /dev/hd?" and see if /dev/hdb shows up without any trailing numbers.

Let me know what you find out. The next step is to partition the disk using /sbin/fdisk. Once the disk is partitioned, you will have to make a file system on it. The mkfs command. Then the new disk will have to be mounted and added to "/etc/fstab".

Good luck.
lensman3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 12:01 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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