SUMMARY:New file system

From: Abdallah Hamdy (Abdallah.Hamdy@pgs.com)
Date: Mon Jun 23 2003 - 01:04:25 EDT


thanx for all who replyed,this is the way to do it:

The size of the file system is determined by the size of the hard disk slice.
For having 800MB, you need size your c0t0d0s0 slice to 800MB. If you have not
done this already use the format command.

    #format

This will show all the drives in the system, you need to select the drive
using the indiacated numbers. Do the required modifications using the menu,
and to save select the "label" option.

Now the command to create the FS is
    #newfs /dev/rdsk/c0t0d0s0
To mount this to the specified mount point :
    #mkdir /plots
    #mount /dev/rdsk/c0t0d0s0 /plots

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.483 / Virus Database: 279 - Release Date: 5/19/2003
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers


This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:26:38 EDT