The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-22-2005
Just Ice's Avatar
Just Ice Just Ice is offline
Lights on, brain off.
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 629
create /tools directory under / and then mount a filesystem on it ... see "man newfs", "man mkfs", "man format", "man mount" and "man vfstab" ... same process throughout ...

quickly ...

1. create disk slice --- use format
2. create filesystem --- use newfs
3. mkdir /dir
4. mount filesystem on /dir --- use mount
5. edit /etc/vfstab to make mounts permanent
Reply With Quote