How can you create mount points in solaris?
Answer Posted / $3nth!l kum@r.s,
Creating mount point on UFS FS.
ex..
1.newfs /dev/rdsk/c0t0d0s7
2.mkdir /createUFS
3.mount -F ufs -o
rw,laregefiles /dev/dsk/c0t0d0s7 /createUFS(if your
mountpoint size above 2GB you have to use the option
laregefiles..)
4.vi /etc/vfstab(for making Permanent mountpoint)
Creating mount point on VXFS FS
ex...
1.mkfs /dev/vx/rdsk/newdg/vol1
2.mkdir /createUFS
3.mount -F vxfs -o rw,
laregefiles /dev/vx/dsk/newdg/vol1 /createUFS(if your
mountpoint size above 2GB you have to use the option
laregefiles..)
4.vi /etc/vfstab(for making Permanent mountpoint)
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are the differences between the command line and graphical user interface?
How to create core dump and crash dump #coreadm .
After first installation of Solaris 10, what and all the Securities We need to set and how ?
what is the difference between solaris8 and solaris9 and solaris10
please post step by step installation of packages from the EIS cd..
what are the alarms in solaris?
How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?
How to configure email notification in solaris 8? We are using netbackup 5
Where do you get Alarm prompt?
If the root disk is failed how can change it?
How can u find a file which is logged in last week?
What does pkgadd command do?
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?
Write the steps involved in creating and executing a program to implement the “case” command.
Which command is used to backup and restore solaris file system?