SUMMARY: Blade 100 IDE Question
2007-12-24 21:37:00
Thanks to all of You who helped me!
To summarize:
First, I installed the device itself, then I created an empty file in /:
touch /reconfigure
and rebooted normally. A boot -r should work as well.
Then, I unfortunately mixed some read information and tried fdisk to
partition/slice the disk...
After reboot, one simly has to run format, it should find the new drive
itself:
format
Within format, choose disk, check slices, execute command "label"
and quit.
The command newfs will create the filesystem. In my case:
newfs -v /dev/rdsk/c0t2d0s2
Afterwards, update /etc/vfstab to have the filesystem mounted
automatically during boot:
/dev/dsk/c0t2d0s2 /dev/rdsk/c0t2d0s2 /mountpoint ufs 1 yes -
That's it.
Cheers,
Hagen
PS: Sorry again for this question. I came from the RS6K and HP
world...
Comments
Got something to say?
You must be logged in to post a comment.

