Please see this post: http://www.linuxquestions.org/questions ... 2?posted=1
I have the same problem with Salix14-KDE install. Ext4 partitions when selected in Dolphin are mounted with read-only access.
Can this be solved without any fstab entry?
Accessing ext4 partitions in KDE version
Re: Accessing ext4 partitions in KDE version
See this thread for some background to this annoying problem:
http://forum.salixos.org/viewtopic.php? ... sks#p31275
If you don't want to use fstab (because you only want to mount the partition occasionally?) mount manually from the command line, as in tothandnail's post towards the end of the thread linked to above.
http://forum.salixos.org/viewtopic.php? ... sks#p31275
If you don't want to use fstab (because you only want to mount the partition occasionally?) mount manually from the command line, as in tothandnail's post towards the end of the thread linked to above.
Re: Accessing ext4 partitions in KDE version
I never had problem mount everything on Salix14-KDErsal wrote:Please see this post: http://www.linuxquestions.org/questions ... 2?posted=1
I have the same problem with Salix14-KDE install. Ext4 partitions when selected in Dolphin are mounted with read-only access.
Can this be solved without any fstab entry?
my /etc/fstab
Code: Select all
/dev/sda9 swap swap defaults 0 0
/dev/sda7 / ext4 noatime,defaults 1 1
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
Tell us more about your system. It is this ext4 partition checked for errors?