1

I am in great trouble as of now as if I have to mount my drive only using command line because if I mount my drive using GUI it gives me permission as read only for command line operations. See the image under

mounted using GUI utility on ubuntu 14.04

but if I mount the drive using command line then everything works fine. See the image under

mounted using the command line utility

What to do to resolve this issue?

I am using ubuntu 14.04. I have already tried the link under. How to set default file permissions for all folders/files in a directory?

but it didn't work.

  • 1
    welcome to U&L, please do not post screen copy, those are difficult to read and not searchable, con you edit you poste with a copy/paste of text ? – Archemar Sep 07 '15 at 14:53
  • 1
    The first screenshot shows the user mayank as having read and write permissions on all files and execute permissions on all directories, so it is not clear what your problem is. On the second screenshot everyone is allowed to modify or delete everything and all files are executable, which is very bad practice. – Leiaz Sep 07 '15 at 15:01

1 Answers1

0

I would recommend to look into the GUI interface and the options it is using to mount the filesystem. If the option with Mount is -o to ( this implies read only) ,you may want to change it.

Dzango
  • 29