What's new

USB ext3 and samba

  • 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!

elvish

New Around Here
I have my usb 2 Tb in ext3. I can't do anything with files from computers via wi-fi except browsing. Could you , please, take a look on my smb.conf...
 

Attachments

  • smb.jpg
    smb.jpg
    51.9 KB · Views: 516
What do you mean with "can't do anything"? Can you read? Write?

Have you checked filesystem permissions to ensure the disk content is writable by user "admin"? Have you properly configured sharing on the router's webui?
 
I can browse, I cannot copy from there, write or delete.
I did chmod 777, on the webui full permissions.
 
I can browse, I cannot copy from there, write or delete.
I did chmod 777, on the webui full permissions.

Sounds like a permission issue to me.

Make sure it's set 777 both at the root of the disk and inside each subfolders. For example (if disk is mounted as sda1):

Code:
chmod -R 777 /mnt/sda1/
 
Thank's a lot and terribly sorry for that stupid question, I forgot about recursion -R...

I assume that resolved your problem? :)
 
is it possible to support usb extfat ?

No. This is (another) proprietary filesystem from Microsoft. You have to pay them to obtain a licence for it.

I know that people have reverse-engineered it and developed a Fuse-based userspace driver, however if it's anything like ntfs-3g, it would be a waste of time to implement support for it on a low-powered router. And since it's reverse-engineered while you're supposed to pay MS for a licence for it, who knows how long until MS's lawyers put their noses into this...
 
What file systems are supported? Is ext4?

TIA

DrT
 
What file systems are supported? Is ext4?

TIA

DrT

FAT32, NTFS, ext2 and ext3.

ext4 is not supported because it was still experimental in the kernel used by Asus. Backporting it would involve a lot of work, and might not end in a stable result due to how much of the kernel is directly related to filesystems.
 

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!
Top