Hi all. 8 year user first time poster.
I have been using 8.X now for a few months and as the system is now all new hardware (No more P3 600EB) I would like to integrate the server into my network more.
The system has been installed 64bit on a 120GB SSD, Intel i3.
I have tried to add a 4TB WD Black and symlinking an ibay for network shares, workstation backups and various other things.
following
http://wiki.contribs.org/AddExtraHardDisk there are a few errors and missing commands???
So no raid. Just a stand alone disk.
I knew the disk had to be GPT. So initialized the disk in win7 as a GPT disk with no format.
Put the disk in the system and proceeded and realized fdisk cant format this drive. Not knowing how to install or use Parted I put the disk back into the win7 pc and formatted it ext3.
Put the drive back into SME and proceeded with the instructions.
smartctl -i /dev/hda or hdc - failed no such device. for some reason my system sees the hdds as sd not hd. EG I already have sda1 and sda2 now trying to install sdb / sdb1.
So my command is smartctl -i /dev/sdb
=== START OF INFORMATION SECTION ===
Device Model: WDC WD4001FAEX-00MJRA0
Serial Number: WD-WCC130397133
LU WWN Device Id: 5 0014ee 2b2dcdfc0
Firmware Version: 01.01L01
User Capacity: 4,000,787,030,016 bytes [4.00 TB]
Sector Size: 512 bytes logical/physical
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: Exact ATA specification draft version not indicated
Local Time is: Wed Jul 10 12:37:57 2013 EST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
"Device is:" got my attention but my main disk has the same response so left it alone.
mkfs.ext3 /dev/hdc1
my command mkfs.ext3 /dev/sdb1 could not stat /dev/sdb1 --- no such file or directory
tried mkfs.ext3 /dev/sdb Is entire device, Not just one partition! proceed anyway "y"
Writes 29809 inode tables
mkdir /mnt/newdisk
didnt get a confirmation so typed it again to see if i got an error
mkdir /mnt/newdisk got an error saying file already exists
pico /etc/fstab command not found
cant mount it???