I could somehow make C, D, E drives mount when booting. But I have to type sudo to use it.
What option should I include in fstab to make it work. I tried uid of no avail!

you want mask

mask=000 will cause the drives to be readable/writable to all users. The drives should already be mounting by default, because the "defaults" section in /etc/fstab includes that as a default.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.