![]() |
How to manage newly added 2nd HDD ?
Friends,
I Attached a scond HDD ( 80 GB) to my system Code:
# formatreg Arun |
Have you tried using the HD manufacturer's installation disk to run a disk check? Most manufacturers like Maxtor, Seagate and Western Disigtal have free ISOs of the disk check utilities that you can download from their websites.
|
The format utility has an analyse functionality (read/write/compare tests) that will help detecting faulty disks.
|
Hi thaks for your response,
I tried that read write and compare test , result is show below Code:
format> analyze..arun |
I never saw that message. It seems to imply your disk isn't low level formatted but as far as I know, all IDE disks are. Perhaps this disk is just dead. You may want to try the "format" subcommand but the documentation tell it won't work with IDE ...
You can also try using it with Linux or Windows to see what these O/Ses think about the disk. |
Hi
My HDD is Maxtor, and I downloaded (Programe) Iso image from there site and , done the "Zero Filling". After that ,with fdisk i created a single partition, Code:
Searching for disks...doneCode:
bash-3.00# mount /dev/rdsk/c0d1s0 /mnt/2dHDD/Or shall I use the "newfs" command before mount? ..Arun |
Quote:
You need to have a filesystem installed on the partition before you can mount it. You can use mkfs to add a filesystem to the partition. |
Hi,
My aim is to install this second Disk as a Backup Storage Area for my Documents and Photos, for that purpose which file type will be better ? and Nowadays I am using Solaris Only! and Linux File type will be recognize by solaris ? Kindly Advice! reg Arun |
I was assuming that you were asking questions about a Debian distribution, not Solaris, so I apologize for the confusion.
Unfortunately I have not worked with Solaris enough to have opinions or know which file system types are possible. In reading Solaris documentation I found that UFS is the default filesystem, and in efforts to be safe I would recommend using the Solaris Partition type and the UFS filesystem. But, the good news is that I will now get and install OpenSolaris in efforts to better assist with Solaris questions in the future. |
I would recommend you to use ZFS for your second disk.
Just run the following commands: Code:
zpool create disk1 c0d1You should also take some time googling ZFS documentation and blogs to learn about very cool ZFS features, like snapshots, redundancy, compression and the likes. |
jlliagre ,
Yes it worked, Thanks a lot. ..Arun |
You are welcome !
Here's an interesting reading about ZFS: http://blogs.sun.com/constantin/entr...y_tips_for_zfs |
| All times are GMT -5. The time now is 12:28 AM. |