View Single Post
Posts: 1,290 | Thanked: 4,319 times | Joined on Oct 2014
#2675
Originally Posted by karlos devel View Post
First xperia x still buggy, something ok ,could not work.
Both partitions(ex4,fat32) is being recognize by xperia x?
"cd /media/nemo/??????# chmod a+w ." #####could fix#####
@olf @juiceme : )
First of all, fat32 cant handle permissions.
Since only root user can mount partitions, they will be owned by root. It can be solved by adding entries to fstab.
Or, from commandline (which I assume is what you tried)

mount -t vfat -o user /dev/something /some/mountpoint

notice the -o parameter. If you want it avail for every user, that parameter should be -"o users" instead
 

The Following 6 Users Say Thank You to nieldk For This Useful Post: