Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default Re: Mount Point

    >> On 25 Jul 2003 20:26:08 -0700,
    >> Tester <Tester_member@newsguy.com> said:
    > Hi, I have several sun ultra sparc 10's running
    > solaris8. My problem is I have several hd's on these
    > computers, I want to make dir's like usr3, usr4 , and
    > usr5 to user for backup files.
    # mkdir /usr{3,4,5}
    > When I mkdir these directories, I get several items in
    > them.
    Show an example of this, please, with error messages. The
    result you describe doesn't make any sense (a new
    directory is empty). What are these "items"?
    > I am trying to make a mount point, but with no luck.
    mkdir :-)
    > I have edited the vfstab and also looked at the mnttab
    > files.
    (Don't try to change mnttab! This is managed by the
    system, it's not a "normal" file.)

    Show us an entry you tried to add to vfstab, the command
    you subsequently used to attempt the mount and any and all
    error messages.

    Elaborating on the backup process you're trying to
    implement may also turn out to be useful; someone might be
    able to suggest an improved approach.

    hth
    t
    Tony Curtis Guest

  2. Similar Questions and Discussions

    1. the angle from point A to point B (where the mouse is)
      i'm trying to figure out the angle between a point in my sceane and the point at which the mouse has been clicked. i've been looking at 3dD world...
    2. Getting a camera to point at one point
      Hi, I've got a room where I can interpolate the camera to various models wihtin it by clicking on certain buttons. Once a button has been hit I...
    3. Automount problem (structure below mount point)
      I have a RH8 machine "everest" with some NFS exports: /home 192.168.7.0/24(ro,sync) /data/alpha 192.168.7.0/24(ro,sync)...
    4. DFS Mount Point/Fileset Question
      The command fts lsmount -dir <path> gives you the fileset of a DFS mount point. Is there a way of getting the mount point of a fileset, given the...
    5. Mount Point Problems
      The number 1,2 (or 3,4 etc... if you want) is the fsck pass. System use it to determinate the order of fsck at boot. Now for your problem, i think...
  3. #2

    Default Re: Mount Point

    Tester <Tester_member@newsguy.com> wrote in message news:<bfsscg01vbe@drn.newsguy.com>...
    > Hi,
    >
    > I have several sun ultra sparc 10's running solaris8. My problem is I have
    > several hd's on these computers, I want to make dir's like usr3, usr4 , and usr5
    > to user for backup files. When I mkdir these directories, I get several items
    > in them. I am trying to make a mount point, but with no luck. I have edited the
    > vfstab and also looked at the mnttab files. Am I missing something here or
    > what?
    > Any help would be greatful.
    >
    > ralph
    Hi Ralph,

    you mentioned that you have several hard drives on this system. Are
    they new or do they already have data on them? Also, where are you
    running the mkdir command? If these hd's are already mounted are you
    cd'ing into them and running the mkdir command? because mkdir /dir
    will try to create the directory in the top level or root directory as
    appose to the other hd's. I would cd to the directory I wanted to
    create a new directory in and run mkdir dirname (no slash)...

    just my thoughts...

    Sharona
    sharona Guest

  4. #3

    Default Re: Mount Point

    Tester <Tester_member@newsguy.com> wrote in message news:<bfsscg01vbe@drn.newsguy.com>...
    > Hi,
    >
    > I have several sun ultra sparc 10's running solaris8. My problem is I have
    > several hd's on these computers, I want to make dir's like usr3, usr4 , and usr5
    > to user for backup files. When I mkdir these directories, I get several items
    > in them. I am trying to make a mount point, but with no luck. I have edited the
    > vfstab and also looked at the mnttab files. Am I missing something here or
    > what?
    > Any help would be greatful.
    >
    > ralph
    After rereading your post, you want to add these new directorys under
    the /usr directory, correct? if so, cd /usr, mkdir usr3 usr4 usr5 or
    if you don't want to cd into /usr you can do it from the top level
    directory like mkdir /usr/usr3
    and so on. then you will need to add it to /etc/vfstab as well as
    /etc/dfs/dfstab if you want it to be exportable.

    Sharona
    sharona Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139