What's new
SNBForums

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Possibly OT - File Permissions issue

DrTeeth

Senior Member
N66U - Merlin's 374.41

Flashdrive in router as source for DNLA server. Drive has been formatted EXT2

I have run sudo chmod 777 -R /dev/sdb on the unmounted drive on a Linux machine. I also tried sudo chmod -R 777 /dev/sdb.

When I try to delete a file on the flash drive, I get the attached error on my windows machine (using Ext2Fsd 0.51.exe as driver).

Is the command incorrect? I have not added any files since running the command.
TIA

DrT

Update:- I managed to sort this stumbling though the GUI of Dolphin. I think I set all group permissions to allow all actions. But that is cheating. What is the correct command line command? The whole drive is /dev/sdb, there is no partition sdb1.
 

Attachments

  • 2014-05-01_21h36_27.png
    2014-05-01_21h36_27.png
    37.6 KB · Views: 356
Last edited:
Did this work in the past? Seems to be a Ext2Fsd problem. I'm assuming you selected "Enable write support for Ext2 partitions".
 
I have run sudo chmod 777 -R /dev/sdb on the unmounted drive on a Linux machine. I also tried sudo chmod -R 777 /dev/sdb.

The drive must be mounted, otherwise you will only set the permission of the mount point itself, not the content of the disk.
 
Did this work in the past? Seems to be a Ext2Fsd problem. I'm assuming you selected "Enable write support for Ext2 partitions".

IIRC, the selection is for "Enable write support for Ext3 partitions".
 
The drive must be mounted, otherwise you will only set the permission of the mount point itself, not the content of the disk.

Thanks Merlin, more experimentation needed here.
 
IIRC, the selection is for "Enable write support for Ext3 partitions".
I've never used it myself, but according to this there are separate options for ext2 and ext3.

http://www.pendrivelinux.com/access-ext2-and-ext3-from-windows/


The drive must be mounted, otherwise you will only set the permission of the mount point itself, not the content of the disk.
I'd assumed you meant that you had unmounted it from the ASUS and remounted on your Linux machine before doing the chmod.
 
I've never used it myself, but according to this there are separate options for ext2 and ext3.

You are correct, my bad. Option for EXT2 write was enabled and it works.

I'd assumed you meant that you had unmounted it from the ASUS and remounted on your Linux machine before doing the chmod.

I did not mount it on the Linux machine. I will try again with some further testing. I did achieve what I wanted the the Dolphin GUI, but i would rather use the command line - it's more satisfying.

Thanks to all for your help. It's much appreciated.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top