<?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: Is it possible to mount file system on users home directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273251#M334554</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you don't need a mount - just do a link:&lt;BR /&gt;'ln -s /dev/.../abc /home/abc'&lt;BR /&gt;&lt;BR /&gt;/home/abc may not exist before that command.&lt;BR /&gt;Also, as said before, /dev is not intended for holding an user's home dir.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Sep 2008 07:23:38 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2008-09-22T07:23:38Z</dc:date>
    <item>
      <title>Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273241#M334544</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have created one user abc.&lt;BR /&gt;&lt;BR /&gt;User home directory is /home/abc&lt;BR /&gt;and&lt;BR /&gt;I have created one filesystem /dev/../abc&lt;BR /&gt;Is it possible to give mount point for above filesystem as /home/abc(User home directory).&lt;BR /&gt;&lt;BR /&gt;If yes please tell me the steps to follow.&lt;BR /&gt;&lt;BR /&gt;Appriciated early reply.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 03:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273241#M334544</guid>
      <dc:creator>chandregowda</dc:creator>
      <dc:date>2008-09-22T03:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273242#M334545</link>
      <description>Hi,&lt;BR /&gt;At the time of User creation you can define desired home path for that user through SAM easily and other parameter.&lt;BR /&gt;Please use this its very easy&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Mon, 22 Sep 2008 03:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273242#M334545</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2008-09-22T03:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273243#M334546</link>
      <description>It is possible. But, what exactly is your intension? Is that directory the user's home directory or something? Or is it needed only for that user or something?</description>
      <pubDate>Mon, 22 Sep 2008 04:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273243#M334546</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-09-22T04:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273244#M334547</link>
      <description>Hi Venkatesh,&lt;BR /&gt;&lt;BR /&gt;/home/abc is the home directory for user abc only.&lt;BR /&gt;&lt;BR /&gt;how can i give this home directory as mount point for file system /dev/../***&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;chandra</description>
      <pubDate>Mon, 22 Sep 2008 04:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273244#M334547</guid>
      <dc:creator>chandregowda</dc:creator>
      <dc:date>2008-09-22T04:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273245#M334548</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is possible but the question is why the user need /dev directory, because /dev is for devices and drivers, so normal users home directory should not  be there.&lt;BR /&gt;If still you want then edit the /etc/passwd file and change the path or userâ  s home directory into /home/abc to /dev/../abc&lt;BR /&gt;And go to /dev/.. and give the full permission to abc with â  R option and change the owner and group also with â  R option.&lt;BR /&gt;Or all this you can do with SAM.&lt;BR /&gt;&lt;BR /&gt;Suraj&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:33:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273245#M334548</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-09-22T04:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273246#M334549</link>
      <description>yes u can do that&lt;BR /&gt;&lt;BR /&gt;mostly this is used want to store user home directory at centralized location(NFS filer)&lt;BR /&gt;&lt;BR /&gt;I am using thi sfor some of my servers.&lt;BR /&gt;&lt;BR /&gt;/etc/auto_home&lt;BR /&gt;&lt;BR /&gt;+auto_home&lt;BR /&gt;&lt;BR /&gt;rau de-lbc-fs02:/vol/group/CGEY/home/sun/rau&lt;BR /&gt;neumannl de-lbc-fs02:/vol/group/CGEY/home/sun/neumannl&lt;BR /&gt;arpdh de-lbc-fs02:/vol/group/CGEY/home/sun/arpdh&lt;BR /&gt;rojahn</description>
      <pubDate>Mon, 22 Sep 2008 04:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273246#M334549</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-09-22T04:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273247#M334550</link>
      <description>Hi,&lt;BR /&gt;   yes, you can do so. your user will have the access to that mounted file system. &lt;BR /&gt;&lt;BR /&gt;1. filesystem you created will be on the raw device. so you can mount it on /home/abc. and also use it as a user home directory.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 04:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273247#M334550</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2008-09-22T04:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273248#M334551</link>
      <description>&lt;BR /&gt;Yes You can do it.&lt;BR /&gt;&lt;BR /&gt; Steps...&lt;BR /&gt;&lt;BR /&gt;Copy the content of /home/abc to any temp dir&lt;BR /&gt;#copy -R /home/abc/ /tmp/abc.tmp/&lt;BR /&gt;&lt;BR /&gt;mount the filesystem in /home/abc&lt;BR /&gt;#mount /dev/../*** /home/abc&lt;BR /&gt;&lt;BR /&gt;Put entry in /etc/fstab for making the mount point permanent.&lt;BR /&gt;&lt;BR /&gt;restore the content to the new file system.&lt;BR /&gt;# cp -R /tmp/abc.tmp/abc/* /home/abc&lt;BR /&gt;&lt;BR /&gt;Done......&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 05:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273248#M334551</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-09-22T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273249#M334552</link>
      <description>Hi sreekanth,&lt;BR /&gt;&lt;BR /&gt;/home/abc contains only .sh_history file.&lt;BR /&gt;&lt;BR /&gt;If i try to mount file system then i got file system /dev/../*** hass structural damage&lt;BR /&gt;&lt;BR /&gt;I know how to create user and filesystems.&lt;BR /&gt;Can u tell me which one  we need to create first either user or filesystem. &lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 06:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273249#M334552</guid>
      <dc:creator>chandregowda</dc:creator>
      <dc:date>2008-09-22T06:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273250#M334553</link>
      <description>You create the file system first. When you create the user, you specify this file system as the home directory.&lt;BR /&gt;&lt;BR /&gt;You can modify the home directory of an existing user also.</description>
      <pubDate>Mon, 22 Sep 2008 06:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273250#M334553</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2008-09-22T06:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273251#M334554</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you don't need a mount - just do a link:&lt;BR /&gt;'ln -s /dev/.../abc /home/abc'&lt;BR /&gt;&lt;BR /&gt;/home/abc may not exist before that command.&lt;BR /&gt;Also, as said before, /dev is not intended for holding an user's home dir.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 07:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273251#M334554</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-22T07:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273252#M334555</link>
      <description>Ok.... Start frm the scrach.&lt;BR /&gt;Delete the existing user.&lt;BR /&gt;#userdel -r abc&lt;BR /&gt;&lt;BR /&gt;Create the filesystem and mount it in /home/abc&lt;BR /&gt;# mkdir /home/abc&lt;BR /&gt;# mount /dev/.../lvolxx /home/abc&lt;BR /&gt;&lt;BR /&gt;Now create the user again using follwing option.&lt;BR /&gt;#useradd -m -d /home/abc -r yes &lt;USER name=""&gt;&lt;BR /&gt;&lt;BR /&gt;-d -- means /home/abc will be home directory for the new login&lt;BR /&gt;-r yes -- to regain the ownwership of /home/abc directory.&lt;BR /&gt;&lt;BR /&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 22 Sep 2008 08:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273252#M334555</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-09-22T08:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to mount file system on users home directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273253#M334556</link>
      <description>Hi,&lt;BR /&gt;  First you complete /dev/..../abc. It is so confusing.&lt;BR /&gt;    and now, you better first create the filesystem and then follows the user creation process by specifying the mounted directory as user's home directory.&lt;BR /&gt;&lt;BR /&gt;useradd -m -d /home/abc abc&lt;BR /&gt;&lt;BR /&gt;What is normally happen is when you mount a filesystem to a directory, it overlap the directory's previous contents and when you unmount it, you will regain those files again. so, if you already have /home/abc as your home directory, so take backup of your files before mounting. and restore them back after mounting the filesystem.&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Sep 2008 13:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-mount-file-system-on-users-home-directory/m-p/4273253#M334556</guid>
      <dc:creator>Vishu</dc:creator>
      <dc:date>2008-09-22T13:26:21Z</dc:date>
    </item>
  </channel>
</rss>

