This is a premium alert message you can set from Layout! Get Now!

How to Create File Systems?

Anup
0
How to Create File Systems?

After creating Disk Partition, we should create File System and Mount the file file system.

Step 1. Create a file system for each slice.

# newfs /dev/rdsk/cwtxdysz

where /dev/rdsk/cwtxdysz is the raw device for the file system to be created.

Step 2. Create a Directory

# mkdir

Step 3. Verify the new file system by mounting.

# mount /dev/dsk/cwtxdysz /

# ls
Tags

Post a Comment

0 Comments

Please Select Embedded Mode To show the Comment System.*

Post a Comment
To Top