LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Test new hard drive(if its working) (https://www.linuxquestions.org/questions/linux-newbie-8/test-new-hard-drive-if-its-working-865010/)

ansrewdps 02-25-2011 11:34 AM

Test new hard drive(if its working)
 
I've added a new Voyager Hard Drive Docking Solution to use new hard drive as a backup to my linux server.I just plugged-in the device and added hard disk to the slot.Now, how do I test the new hard drive if its working any configuration I need to do any to make it working.


Andrew

repo 02-25-2011 11:37 AM

Mount the drive?

Kind regards

ansrewdps 02-25-2011 11:49 AM

I tried mount the device but gets back to me with can't find dev/rd/c0d0 in /etc/fstab or /etc/mtab

Not sure if thats the one I need to mount,but thats the only ext hdd thats with the server right now.Any command that finds the device I need mount

Thanks

TobiSGD 02-25-2011 11:49 AM

If it is a new drive, you first have to partition and format it. You can do that with GParted in a GUI, or with CLI-tools like fdisk, cfdisk, sfdisk, parted and mkfs.

ansrewdps 02-25-2011 12:28 PM

when I fdisk /dev/rd/c0do,it says unable to open /dev/ida/c0d0.

frankbell 02-25-2011 08:40 PM

How did you connect it to the computer (USB or Firewire) and does it show in your file manager is a removable device?

I recently added a USB SATA drive to my file server.

It came formatted for NTFS. My Debian did not have NTFS drivers (they are available for Debian, but are not default. Debian is rather aggressively free.)

fdisk -l could see the drive, but not the partition.

(I used GParted, which previous posters have mentioned, to repartition and reformat them. I second their recommendation. I posted a screen shot of GParted here.)


All times are GMT -5. The time now is 12:13 AM.