WD Community

Case insensitive file system

Hi everyone,

Would it be possible to somehow make the WD file system, at leaat the data partition, case insensitive from the linux OS point of few.

I know the sambe share when accessed through windows etc are case insensitive. 

But i’m using rsync between two WD my cloud drives and its not case insensitive. Is that possible?

I thought rsync would have a ignore-case parameter but apparently it doesnt.

I’m curious – if you’re RSYNC’ing from a Case-Sensitve volume to a Case-Sensitve volume, why is that an issue?

@TonyPh12345

He’s doing it between two clouds but still your curiosity stands.

@alirz1

ciopfs is one, obviously you’ll need to build it with libfuse armhf. The other only way I could think of is VFAT mounts (loop won’t work on our kernel) but that’s not a bright idea as you’ll need to mess with the partitions more tricky with the exisiting md raid.

I’m not sure what is your backup strategy. Are you trying to ignore certain paths/files? If yes, use find regex to build your dynamic exclude vars and pass it to rsync (rsync = no regex). If most of them are static, it’s even easier to use exclude txt file.

Hope it helps…

I simply doing a rsync between two WD cloud drives. I’m pretty much syncing all shares, not excluding anything.
I guess I’ll have to live with this…

The reason why I brought up the question was that brcause if on the source side even if I rename a folder from “MOVIES” to “Movies”. That in return results in rsync syncing everything under that folder. Which could be like 100 Gb of data…

Nite that I use rsync without checksum calculation and utilize file size and time stamp comparison for syncing files.

if I rename a folder from “MOVIES” to “Movies”. That in return results in rsync syncing everything under that folder. Which could be like 100 Gb of data…

I guess you have three choices:

i) don’t rename folders after you’ve backed them up…

ii) if you do rename folders, accept that it will take time to resolve the change

iii) access your backup and change the folder name to match. Depending on the nature of your backup, of course; rsync is a relatively simple mirroring tool (in concept, if not in how it does it), so it should be possible to change the name, unlike a more sophisticated version-holding backup tool.

Support for Western Digital Hard Drives | Western Digital

Still Need Help?

Reach out to Support for more assistance.

Sign in to Your Support Account

Get up-to-date information about your products.

Western Digital Business Portal

Unlock benefits and tools for your business such as enterprise support, pricing and rebate tools, marketing, loyalty, rewards, and more.