<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: more storage space using ln command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558439#M918162</link>
    <description>If you have some extra disk space, you can always create a new vg and/or lv, make a filesystem on it, and mount it where ever you want.  Mount points don't have to be on /, such as /usr; you can use /usr/src (for example) as a mount point.  When you're done, unmount it and vgremove it.</description>
    <pubDate>Tue, 31 Jul 2001 00:37:48 GMT</pubDate>
    <dc:creator>Vincent Fleming</dc:creator>
    <dc:date>2001-07-31T00:37:48Z</dc:date>
    <item>
      <title>more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558435#M918158</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt; One of our customers wanted to keep some data on a filesystem only for some time. But, there is not enough space on it. Since it is temporary and they wanted it at a particular location, I suggested to keep the data at different directory (on another filesystem which has enough free space) and link it to the location (using ln -s command) where they wanted.&lt;BR /&gt;&lt;BR /&gt;  Is there any other way to add disk space to a filesystem (not by extending the filesystem) using the ln command or any other command?(Pls note that I am aware of the standard procedure of extending the vg,lv and fs).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the help.&lt;BR /&gt;&lt;BR /&gt;Regards/SUNIL KUMAR K.U.</description>
      <pubDate>Mon, 30 Jul 2001 04:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558435#M918158</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2001-07-30T04:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558436#M918159</link>
      <description>A good example of this is having &lt;BR /&gt;your omniback database mounted on&lt;BR /&gt;a different filesystem. For example&lt;BR /&gt;the database must be under /var/opt/omni&lt;BR /&gt;which as we know is under /var&lt;BR /&gt;If we created a new filesystem like&lt;BR /&gt;/omni_db and did &lt;BR /&gt;ln -s /omni_db /var/opt/omni&lt;BR /&gt;This would have all of the omniback&lt;BR /&gt;database under /omni_db and have a link&lt;BR /&gt;to /var/opt/omni&lt;BR /&gt;&lt;BR /&gt;There is no way of adding 'real' space &lt;BR /&gt;to a filesystem without actually extending&lt;BR /&gt;it. You would need to move the files out&lt;BR /&gt;of the directory like above and then create&lt;BR /&gt;the symbolic link&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 30 Jul 2001 04:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558436#M918159</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2001-07-30T04:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558437#M918160</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  Why don't U use mount command for this? I will tell U how to do this with an example.&lt;BR /&gt;&lt;BR /&gt;Suppose U have a directory called /user/programs in /user filesystem. U want to keep this program directory in /user1 filesystem, But U don't have enough space in /user1 for copying this..This is ur current status..right? In this case what U will have to do is &lt;BR /&gt;&lt;BR /&gt;#cd /user1&lt;BR /&gt;#mkdir programs&lt;BR /&gt;#mount /user/programs /user1/programs&lt;BR /&gt;&lt;BR /&gt;  Now ur programs directory is in /user1 filesystem. After the purpuose over unmount the same.&lt;BR /&gt;&lt;BR /&gt;  Best of luck&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Mon, 30 Jul 2001 04:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558437#M918160</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-07-30T04:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558438#M918161</link>
      <description>Hi Sunil,&lt;BR /&gt;&lt;BR /&gt;You may do the following :&lt;BR /&gt;&lt;BR /&gt;1. Move ( mv ) your data to the free space (free_dir) on the free server(free_server).&lt;BR /&gt;2. Logon on the free_server and execute exportfs.&lt;BR /&gt;3. From your initial server execute a NFS mount from the initial directory.&lt;BR /&gt;&lt;BR /&gt;By this your initial file system had been reduced it's used space, and your data is still accessible ( via NFS ).&lt;BR /&gt;&lt;BR /&gt;If you choose this solution, let me know for commands.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Mon, 30 Jul 2001 06:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558438#M918161</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-07-30T06:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558439#M918162</link>
      <description>If you have some extra disk space, you can always create a new vg and/or lv, make a filesystem on it, and mount it where ever you want.  Mount points don't have to be on /, such as /usr; you can use /usr/src (for example) as a mount point.  When you're done, unmount it and vgremove it.</description>
      <pubDate>Tue, 31 Jul 2001 00:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558439#M918162</guid>
      <dc:creator>Vincent Fleming</dc:creator>
      <dc:date>2001-07-31T00:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558440#M918163</link>
      <description>1.Find a box which can serve as a NFS server to export filesystem with spare space to store all your datas.&lt;BR /&gt;2.Move the datas to the NFS server under certain dir, like: /export/vol/vol1/destinedir&lt;BR /&gt;3.export that dir and start the NFS server;&lt;BR /&gt;4.Configure the original box as a NFS client and rename the target dir;&lt;BR /&gt;5.Make a link:&lt;BR /&gt;#ln -s /vol/vol1/destinedir /dir/you/want/to/expend&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this meet your request.</description>
      <pubDate>Tue, 31 Jul 2001 01:22:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558440#M918163</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-31T01:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: more storage space using ln command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558441#M918164</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;  Thanks for the timely and accrate replies posted by you all. &lt;BR /&gt;&lt;BR /&gt;Regards/SUNIL KUMAR K.U.</description>
      <pubDate>Wed, 01 Aug 2001 07:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/more-storage-space-using-ln-command/m-p/2558441#M918164</guid>
      <dc:creator>Sunil Kumar K.U.</dc:creator>
      <dc:date>2001-08-01T07:20:45Z</dc:date>
    </item>
  </channel>
</rss>

