+ Reply to Thread
Results 1 to 3 of 3

Thread: fstab.append

  1. #1
    Henk Meij is offline Junior Member
    Join Date
    April 7th, 2009
    Posts
    18
    Downloads
    4
    Uploads
    0

    Default fstab.append

    Two related questions.

    #1 I want to mount NAS volumes directly from filer head to compute nodes (added a private network to filer head). So, i add the appropriate lines to my custom node group fstab.append in
    /etc/cfm/compute-rhel-5-x86_65_WES/etc/fstab.append and an cfmsync pushes it out. However, if i reboot the head node or use addhost for another node addition, the fstab.append reverts to it's old state (one line mounting /home). Why? And how do i undo the /home line, i wish mount it form elsewhere? The latter question is not so important, as i disabled the export of it.

    #2 On the head node only, i wish to not mount KusuVolGroup-HOME on /home but rather /home/apps/src after everything else is mounted (that is /home from the NAS). I edited /opt/kusu/etc/etc/fstab.OS and uncommented the /home line. Then i added that to /etc/fstab. Seems to work ok. Any downside to doing this?

    -Henk

  2. #2
    ltsai is offline Project Moderator
    Join Date
    March 4th, 2008
    Posts
    61
    Blog Entries
    3
    Downloads
    3
    Uploads
    0

    Default

    Which version of Kusu is being used? You can

    Code:
    # cat /etc/kusu-release
    
    to find the kusu version.

    -Liming

  3. #3
    Henk Meij is offline Junior Member
    Join Date
    April 7th, 2009
    Posts
    18
    Downloads
    4
    Uploads
    0

    Default

    Red Hat Enterprise Linux Server release 5.1 (Tikanga)
    Kusu 5 (build 1650)

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts