Accessing ext4 partitions in KDE version

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
rsal
Posts: 198
Joined: 12. Mar 2012, 17:00

Accessing ext4 partitions in KDE version

Post by rsal »

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?
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: Accessing ext4 partitions in KDE version

Post by mimosa »

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.
djemos
Salix Warrior
Posts: 1464
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: Accessing ext4 partitions in KDE version

Post by djemos »

rsal 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?
I never had problem mount everything on Salix14-KDE
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
There is no need to add anything in fstab. Dolphin will mount any device,ext4,ntfs,vfat etc, usb_stick or external usb hard drives, asking only once for root password.

Tell us more about your system. It is this ext4 partition checked for errors?
Post Reply