Operating System - HP-UX
1825723 Members
2977 Online
109687 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
Neighborhood Moderator

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 at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[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.