victorhugo289
January 24th, 2011, 11:53 PM
Hi, I want to mount an ext4 partition but it keeps mounting as read-only, it appears on my desktop and I can see the files but the 'Create new Folder' and other options are grayed-out, so I can't do much with it.
I use the usual command:
----"sudo mount /dev/sda6 /media/EXT4part"
I've tried using this:
----"sudo mount -t ext4 -o defaults,uid=1000,noatime /dev/sda6 /media/EXT4part"
but it gives me the following error:
"mount: wrong fs type, bad option, bad superblock on /dev/sda6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so"
I've used 'chown' on the mountpoint directory before mounting:
---"sudo chown 777 /media/EXT4part"
and the directory appears with my name, but as soon as I mount the Ext4 partition it becomes 'root'. :(
I've managed to mount NTFS and VFAT already without using the 'chown' command and I thought Ext4 was supposed to be easier.
Any help? thanks.
I use the usual command:
----"sudo mount /dev/sda6 /media/EXT4part"
I've tried using this:
----"sudo mount -t ext4 -o defaults,uid=1000,noatime /dev/sda6 /media/EXT4part"
but it gives me the following error:
"mount: wrong fs type, bad option, bad superblock on /dev/sda6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so"
I've used 'chown' on the mountpoint directory before mounting:
---"sudo chown 777 /media/EXT4part"
and the directory appears with my name, but as soon as I mount the Ext4 partition it becomes 'root'. :(
I've managed to mount NTFS and VFAT already without using the 'chown' command and I thought Ext4 was supposed to be easier.
Any help? thanks.