Operating System - HP-UX
1836611 Members
3797 Online
110102 Solutions
New Discussion

Re: Turn existing directory into a filesystem

 
Coolmar
Esteemed Contributor

Turn existing directory into a filesystem

Hi,

I want to turn the directory /var/opt/ignite/clients into its own filesystem. I can create a /var/opt/ignite/clients filesystem, but will that clobber the existing directory? Not that it matters really, because I have nothing in "clients" just yet.
2 REPLIES 2
Coolmar
Esteemed Contributor

Re: Turn existing directory into a filesystem

Created /ignite filesystem and made a soft link from /var/opt/ignite/clinets to /ignite/clients
Dennis Handly
Acclaimed Contributor

Re: Turn existing directory into a filesystem

Well you have to create a mount point for your new filesystem, and that should be empty, unless you want to hide some files. :-)

The one way to see those files is to mount the original path from another system and you can tunnel under to the mount point.

(I used that once because the mount point had the wrong permissions and I exported it as root so the other machine could fix it.)