How to disable the password prompt when creating a file on a newly formatted hard drive
I just formatted my external hard drive with this command:
$ sudo mkfs -t ext3 /dev/sdc1
However, once that is done, whenever I want to create a directory or file on that hard drive, it always asks for a password (i.e. a permission request).
Is there a way to turn this off?
Please note that I cannot format the partition with mkfs unless I am using sudo.
Please advice.
-1
a source to share
2 answers
I would recommend that you ask the same question in ServerFault . I think you will get the best answer out there.
+2
a source to share