<?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: Can't create file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288119#M12353</link>
    <description>send your&lt;BR /&gt;&lt;BR /&gt;df -h&lt;BR /&gt;&lt;BR /&gt;peace, R.&lt;BR /&gt;</description>
    <pubDate>Thu, 27 May 2004 04:46:07 GMT</pubDate>
    <dc:creator>Roberto Polli</dc:creator>
    <dc:date>2004-05-27T04:46:07Z</dc:date>
    <item>
      <title>Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288113#M12347</link>
      <description>I have created a directory to the / path (eg ./db ), but can't copy/create file at there , when copy file to there , it pop up "touch: creating `file1': Read-only file system" , could suggest what is wrong in my system ? thx</description>
      <pubDate>Thu, 27 May 2004 00:39:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288113#M12347</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-27T00:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288114#M12348</link>
      <description>Hi there.&lt;BR /&gt;Did you check the accessrights to that directory ?&lt;BR /&gt;Should be at least drw-r--r-- ( 644 ).&lt;BR /&gt;If not, use 'chmod 644  directory_name' or&lt;BR /&gt;'chmod 755 directory_name'. &lt;BR /&gt;755  -&amp;gt;   drwxrw-rw-&lt;BR /&gt;By the way, pls read the manpages for chmod,&lt;BR /&gt;that might give you an idea.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Thu, 27 May 2004 00:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288114#M12348</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2004-05-27T00:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288115#M12349</link>
      <description>Hi,&lt;BR /&gt;Please confirm that the filesystem on which you are creating the directory is mounted with read-only  or read-write access.&lt;BR /&gt;You can do this by &lt;BR /&gt;#cat /etc/fstab&lt;BR /&gt;If it's NFS filesystem check whether its exported as read-only from the NFS server.&lt;BR /&gt;You can do this by &lt;BR /&gt;#exportfs &lt;BR /&gt;command&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 27 May 2004 01:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288115#M12349</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-05-27T01:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288116#M12350</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;you created the directory. That went right, so at that time the filesystem was not read-only. But now it apparantly is. What did you do after creating the directory? Reboot the system? Mount a filesystem on /db?&lt;BR /&gt;First cd to the directory and type 'df .' This will tell you which filesystem it belongs to. Next check (in /etc/fstab) if the filesystem is mounted read-write in /etc/fstab. And tell us the results...&lt;BR /&gt;&lt;BR /&gt;JP.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 01:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288116#M12350</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-05-27T01:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288117#M12351</link>
      <description>[root@edp/]# cat /etc/fstab&lt;BR /&gt;LABEL=/                 /                       ext3    defaults        1 1&lt;BR /&gt;LABEL=/boot             /boot                   ext2    defaults        1 2&lt;BR /&gt;none                    /dev/pts                devpts  gid=5,mode=620  0 0&lt;BR /&gt;none                    /proc                   proc    defaults        0 0&lt;BR /&gt;none                    /dev/shm                tmpfs   defaults        0 0&lt;BR /&gt;LABEL=/tmp              /tmp                    ext3    defaults        1 2&lt;BR /&gt;LABEL=/usr              /usr                    ext3    defaults        1 2&lt;BR /&gt;LABEL=/var              /var                    ext3    defaults        1 2&lt;BR /&gt;/dev/sda9               swap                    swap    defaults        0 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is it a read-only system ? thx</description>
      <pubDate>Thu, 27 May 2004 02:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288117#M12351</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-27T02:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288118#M12352</link>
      <description>thx reply , i tried to login as "root" to chmod the directory , it also pop "chmod: changing permissions of `/db': Read-only file system , and I also can't create file as "root" user , what is the problem in my setting ? thx.</description>
      <pubDate>Thu, 27 May 2004 02:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288118#M12352</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-05-27T02:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288119#M12353</link>
      <description>send your&lt;BR /&gt;&lt;BR /&gt;df -h&lt;BR /&gt;&lt;BR /&gt;peace, R.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 04:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288119#M12353</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-27T04:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288120#M12354</link>
      <description>This is unlikely but it is possible that you have not quite booted in the way you think.&lt;BR /&gt; &lt;BR /&gt;You could try the following&lt;BR /&gt; &lt;BR /&gt;mount -o remount,rw /&lt;BR /&gt; &lt;BR /&gt;Though you might have to replace the "/" with the device for the root filesystem&lt;BR /&gt; &lt;BR /&gt;If that works and you can then create your file I would start to suspect your boot process and we can look at that.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 05:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288120#M12354</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-05-27T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can't create file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288121#M12355</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;mount command shows the status of each mounted file system.&lt;BR /&gt;&lt;BR /&gt;e.g.)&lt;BR /&gt;&lt;BR /&gt;# mount | grep /boot&lt;BR /&gt;/dev/hda5 on /boot type ext2 (rw)&lt;BR /&gt;# mount -o remount,ro /boot&lt;BR /&gt;# mount | grep /boot&lt;BR /&gt;/dev/hda5 on /boot type ext2 (ro)&lt;BR /&gt;# mount -o remount,rw /boot&lt;BR /&gt;# mount | grep /boot&lt;BR /&gt;/dev/hda5 on /boot type ext2 (rw)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;"(rw)" means read &amp;amp; write.&lt;BR /&gt;"(ro)" means read only.&lt;BR /&gt;&lt;BR /&gt;What shows mount command on your box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Perhaps, you have mounted /db with read only option.&lt;BR /&gt;Is /db mounted disk? or just directory on / disk?&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2004 03:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-create-file/m-p/3288121#M12355</guid>
      <dc:creator>Kiyoshi Miyake</dc:creator>
      <dc:date>2004-05-28T03:19:18Z</dc:date>
    </item>
  </channel>
</rss>

