I a pretty much new to the linux system and for some reason I can't create nor delete new files in my partitioned hard disk.I am dual booting Ubuntu 18.04 with windsows 10 and the partition of New Volume:D in windows also appears in ubuntu along with all its file but I can not create new files in this partion when I am using Ubuntu.
I have tried changeing the group ownership of the mounted drive to admin.
**abrar@abrar-Inspiron-5559:~$ sudo chgrp adm /media/abrar/'New Volume'
[sudo] password for abrar:
** then this appears**
chgrp: changing group of '/media/abrar/New Volume': Read-only file system**
Then i tried to change the write permission for the group
** abrar@abrar-Inspiron-5559:~$ sudo chmod g+w /media/abrar/'New Volume'
chmod: changing permissions of '/media/abrar/New Volume': Read-only file system **
but its clearly not working as I am still nt able to create nor delete any of my files from new volume.
some of u might onder why i did not use the UUID instead of New volume. This is what the terminal shows me when I do that
abrar@abrar-Inspiron-5559:~$ sudo chgrp adm /media/abrar/EC1C11281C10EEF8
chgrp: cannot access '/media/abrar/EC1C11281C10EEF8': No such file or directory
/dev/disk/by-uuid/
, but be aware that those are device files, not mounted filesystems. Do not change device file permissions. – Chai T. Rex May 29 '18 at 19:57