 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

16th June 2009, 03:38 AM
|
|
Registered User
|
|
Join Date: Sep 2007
Posts: 23

|
|
|
Cannot create regular file, read only file system? I could do it yesterday ...
All my torrents go to my home/username/Download/ folder, I could read/write yesterday but now I cant even copy the files to a flash drive. The error i get is "Cannot create regular file '/home/username/Download/file' : Read only file system.
Using F11
|

16th June 2009, 03:39 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
"All my torrents..." Your HDD/partition is perhaps full ???
V
P.S. Please post Fedora Release number and architecture when asking questions.
|

16th June 2009, 04:08 AM
|
|
Registered User
|
|
Join Date: Sep 2007
Posts: 23

|
|
|
I think I may have figured it out. I just installed samba and rebooted and that fixed the problem, i guess. After the reboot I was able to read/write.
|

27th July 2009, 11:15 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 65

|
|
|
Guys,
I keep getting this error as well. A reboot fixes the problem but getting sick of it.
After something is mounted (beit a samba share or a usb), my entire disk becomes read only
Dialogue box:
Error while creating directory untitled folder.
There was an error creating the directory in /home/username/Destop.
\/ Show more details
Error creating the directory: Read-only file system
Is this happening to anybody else?
|

27th July 2009, 11:18 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 65

|
|
|
Linux my.hostname.not.real 2.6.29.5-191.fc11.x86_64 #1 SMP Tue Jun 16 23:23:21 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
|

28th July 2009, 01:15 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2,769

|
|
|
Did you mean /home/user/Desktop in the error message?
Are you sure the entire filesystem is becoming read-only because I would expect that to crash horribly or hard lock the system?
How long after you mount something does the error occur?
|

28th July 2009, 03:02 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 65

|
|
|
Almost instantly (measured in seconds). A lot of things would stop working.
I rebooted and stuck my usb in again and the same problem ... all of /home was read only (/home is a separate partition ext3, I didn't test if I could write else where). Most frustrating. It happened for many days in a row after clients needed me to check things out. Not all samba shares would trigger the problem though (The trigger of the last samba share was on a windows system ... the linux smb shares were fine).
Now, when I installed F11 I did so without the clean install method ... the upgrade mechanism which I know is not recommended. Because of an issue I was having with File browsers only opening on one X Server, I, stupidly, added the testing repo and did a full update. Although my file browser issue was fixed, this is when the read-only issue began. Soon after, I disabled the testing repo ... possible the second nail in the coffin.
Because of this and some issues I was having with gcc 4.4.0, I have just reverted to F10 (until F12 arrives). I hung around the forums for a bit in case anybody wanted me to do some diagnosis, but I had work to do .... I still really appreciate it though.
|

4th August 2009, 11:47 PM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Melbourne
Posts: 246

|
|
I have this problem too (cannot write to fat32 file system), even though it's fine in the past. Detail
F11, X86_64
Quote:
#
# /etc/fstab
# Created by anaconda on Wed Jun 10 09:50:20 2009
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=8ba4184c-65fa-45e5-951b-3374d680ee9f /boot ext3 defaults 1 2
/dev/mapper/vg_himitsu-lv_root / ext4 defaults 1 1
/dev/mapper/vg_himitsu-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/sda2 /media/Macintosh\040HD hfsplus rw 0 0
/dev/sda4 /media/WINDOWS\040HD msdos rw 0 0
|
etc/mtab
Quote:
/dev/mapper/vg_himitsu-lv_root / ext4 rw 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw 0 0
tmpfs /dev/shm tmpfs rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
/dev/sda2 /media/Macintosh\040HD hfsplus rw 0 0
/dev/sda4 /media/WINDOWS\040HD msdos rw 0 0
|
__________________
Macbook aluminum 5,1
Snow Leopard, Constantine, Seven
|

4th August 2009, 11:58 PM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2,769

|
|
|
It shows it's mounted read/write. Permissions problem? If you can write to it as root, I would say so.
|

5th August 2009, 12:33 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Melbourne
Posts: 246

|
|
|
when I right klik the munted device and select permissions tab, it says
permission for "xxxxxx" cannot be determined.
And i cannot even copy file to that partition even as root !!!
__________________
Macbook aluminum 5,1
Snow Leopard, Constantine, Seven
|

5th August 2009, 01:07 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2,769

|
|
|
That's odd.
Try changing the line in /etc/fstab
/dev/sda4 /media/WINDOWS\040HD msdos rw 0 0
to
/dev/sda4 /media/WINDOWS\040HD vfat defaults 0 0
|

5th August 2009, 01:10 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2,769

|
|
|
Also can you explain what the backslash in the name WINDOWS\040HD is for?
|

5th August 2009, 01:27 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Melbourne
Posts: 246

|
|
|
its for space (WINDOWS HD) but IIRC shouldn't space 20? Anyway it was work before so it shouldn't be a problem with that space
__________________
Macbook aluminum 5,1
Snow Leopard, Constantine, Seven
|

5th August 2009, 01:35 AM
|
|
Registered User
|
|
Join Date: Jan 2006
Posts: 2,769

|
|
|
Yes 020 hexadecimal or 032 decimal. You should try fixing that also, because some utilities may not like that 040 character.
|

5th August 2009, 01:40 AM
|
|
Registered User
|
|
Join Date: Jun 2009
Location: Melbourne
Posts: 246

|
|
|
so what should i change it to?
/dev/sda4 /media/WINDOWS\020HD msdos rw 0 0
or
/dev/sda4 /media/WINDOWS\%20HD msdos rw 0 0
__________________
Macbook aluminum 5,1
Snow Leopard, Constantine, Seven
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Read-only file system
|
koorb |
Using Fedora |
2 |
18th April 2006 06:56 PM |
Current GMT-time: 18:05 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|