Google Groups Home
Help | Sign in
Fail Creating directory
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
apogeusiste...@gmail.com  
View profile
 More options May 15, 8:34 am
Newsgroups: comp.unix.solaris
From: apogeusiste...@gmail.com
Date: Thu, 15 May 2008 05:34:57 -0700 (PDT)
Local: Thurs, May 15 2008 8:34 am
Subject: Fail Creating directory

Hi:

Can you tell me why I cannot create this directory with root id ?

solaris # mkdir /export/home/john
mkdir: Failed to make directory "/export/home/john"; Permission denied
solaris# id
uid=0(root) gid=0(root)


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Franco  
View profile
 More options May 15, 8:53 am
Newsgroups: comp.unix.solaris
From: Franco <franco_spen...@yahoo.com>
Date: Thu, 15 May 2008 05:53:28 -0700 (PDT)
Local: Thurs, May 15 2008 8:53 am
Subject: Re: Fail Creating directory
On May 15, 1:34 pm, apogeusiste...@gmail.com wrote:

> Hi:

> Can you tell me why I cannot create this directory with root id ?

> solaris # mkdir /export/home/john
> mkdir: Failed to make directory "/export/home/john"; Permission denied
> solaris# id
> uid=0(root) gid=0(root)

try mkdir -p /export/home/john

If that doesnt work, check permissions on /export


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
apogeusiste...@gmail.com  
View profile
 More options May 15, 9:15 am
Newsgroups: comp.unix.solaris
From: apogeusiste...@gmail.com
Date: Thu, 15 May 2008 06:15:36 -0700 (PDT)
Local: Thurs, May 15 2008 9:15 am
Subject: Re: Fail Creating directory
On May 15, 9:53 am, Franco <franco_spen...@yahoo.com> wrote:

> On May 15, 1:34 pm, apogeusiste...@gmail.com wrote:

> > Hi:

> > Can you tell me why I cannot create this directory with root id ?

> > solaris # mkdir /export/home/john
> > mkdir: Failed to make directory "/export/home/john"; Permission denied
> > solaris# id
> > uid=0(root) gid=0(root)

> try mkdir -p /export/home/john

> If that doesnt work, check permissions on /export

I issued this command without success:

solaris> # id
uid=0(root) gid=0(root)
solaris> # mkdir -p /export/home/john
mkdir: "/export/home/john": Permission denied
solaris> # ls -alF /export
total 8
drwxr-xr-x   3 root     sys          512 May 10  2006 ./
drwxr-xr-x  50 root     root        2048 May 15 09:28 ../
drwxr-xr-x  25 root     root         512 Apr  8 11:44 home/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Paul  
View profile
 More options May 15, 9:25 am
Newsgroups: comp.unix.solaris
From: Martin Paul <m...@par.univie.ac.at>
Date: Thu, 15 May 2008 15:25:55 +0200
Local: Thurs, May 15 2008 9:25 am
Subject: Re: Fail Creating directory

apogeusiste...@gmail.com wrote:
> Can you tell me why I cannot create this directory with root id ?

> solaris # mkdir /export/home/john
> mkdir: Failed to make directory "/export/home/john"; Permission denied

Is /export/home an NFS mount point? What do you get from:

   cd /export/home ; df .

mp.
--
SysAdmin | Institute of Scientific Computing, University of Vienna
      PCA | Analyze, download and install patches for Solaris
          | http://www.par.univie.ac.at/solaris/pca/


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wolfgang  
View profile
 More options May 20, 3:19 am
Newsgroups: comp.unix.solaris
From: Wolfgang <wtra...@AT.web.de>
Date: Tue, 20 May 2008 09:19:38 +0200
Local: Tues, May 20 2008 3:19 am
Subject: Re: Fail Creating directory
apogeusiste...@gmail.com schrieb:

> Hi:

> Can you tell me why I cannot create this directory with root id ?

> solaris # mkdir /export/home/john
> mkdir: Failed to make directory "/export/home/john"; Permission denied
> solaris# id
> uid=0(root) gid=0(root)

by solaris default installation, it is a automounted dir.
W.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred. Oger  
View profile
 More options May 20, 4:06 am
Newsgroups: comp.unix.solaris
From: "Fred. Oger" <fred.o...@gmail.com>
Date: Tue, 20 May 2008 10:06:39 +0200
Local: Tues, May 20 2008 4:06 am
Subject: Re: Fail Creating directory
Wolfgang a écrit :

> apogeusiste...@gmail.com schrieb:
>> Hi:

>> Can you tell me why I cannot create this directory with root id ?

>> solaris # mkdir /export/home/john
>> mkdir: Failed to make directory "/export/home/john"; Permission denied
>> solaris# id
>> uid=0(root) gid=0(root)

> by solaris default installation, it is a automounted dir.
> W.

Try disabling autofs and retry the mkdir.

svcadm disable  svc:/system/filesystem/autofs:default

Best regards,

Fred. Oger


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Mattern  
View profile
 More options May 28, 2:58 pm
Newsgroups: comp.unix.solaris
From: Chris Mattern <sys...@sumire.gwu.edu>
Date: Wed, 28 May 2008 13:58:59 -0500
Local: Wed, May 28 2008 2:58 pm
Subject: Re: Fail Creating directory
On 2008-05-15, apogeusiste...@gmail.com <apogeusiste...@gmail.com> wrote:

> Hi:

> Can you tell me why I cannot create this directory with root id ?

> solaris # mkdir /export/home/john
> mkdir: Failed to make directory "/export/home/john"; Permission denied
> solaris# id
> uid=0(root) gid=0(root)

You can't write to the filesystem.  Either it is mounted read-only or
it's an NFS mount; I'm guessing the latter.

--
             Christopher Mattern

NOTICE
Thank you for noticing this new notice
Your noticing it has been noted
And will be reported to the authorities


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google