Operating System - HP-UX
1752590 Members
2895 Online
108788 Solutions
New Discussion

how to unmount and mount file system

 
deepanunix3456
Occasional Contributor

how to unmount and mount file system

 10.59.121.256:/test/prod
                   4194304    2792 4191512    2% /ora/prod

How to unmount and mount the above file system before reboot and after reboot

2 REPLIES 2
Dave Olker
HPE Pro

Re: how to unmount and mount file system


@deepanunix3456 wrote:

 10.59.121.256:/test/prod
                   4194304    2792 4191512    2% /ora/prod

How to unmount and mount the above file system before reboot and after reboot


# umount /ora/prod

 

reboot

 

# mount 10.59.121.256:/test/prod /ora/prod

 

I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Patrick Wallek
Honored Contributor

Re: how to unmount and mount file system

Your best bet would be to put it in /etc/fstab to automatically mount it and unmount it.