Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - mkdir - Function not implemented error: (4 Items)
   
mkdir - Function not implemented error  
Hi,

I get the following error when I try to create a new directory.

#mkdir /new
mkdir: /new: Function not implemented

This error comes up when I try to create a directory with any name of path. What could be the cause?

Thanks
Sunil
Re: mkdir - Function not implemented error  
Sounds like / is actually implemented by somthing not supporting subdirectory creation --- e.g., /dev/shmem. 

- Thomas
RE: mkdir - Function not implemented error  
It probably means the underlying filesystem doesn't support
mkdir.  Where are you trying to mkdir?

-seanb

-----Original Message-----
From: Sunil Keshava [mailto:community-noreply@qnx.com]
Sent: Thu 10/1/2009 7:01 AM
To: general-toolchain
Subject: mkdir - Function not implemented error
 
Hi,

I get the following error when I try to create a new directory.

#mkdir /new
mkdir: /new: Function not implemented

This error comes up when I try to create a directory with any name of path. What could be the cause?

Thanks
Sunil



_______________________________________________

General
http://community.qnx.com/sf/go/post39159


Attachment: Text winmail.dat 2.65 KB
Re: RE: mkdir - Function not implemented error  
People trip over this frequently, so I'll mention it in the docs for mkdir and mkdir().