Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2017 19:18:27 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Gerard Seibert <carmel_ny@outlook.com>
Cc:        "freebsd-questions\@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Unable to change ownership on USB device
Message-ID:  <44o9z2h9d8.fsf@lowell-desk.lan>
In-Reply-To: <CY4PR20MB1397C17C84AC7E33774C910B807E0@CY4PR20MB1397.namprd20.prod.outlook.com> (Gerard Seibert's message of "Thu, 19 Jan 2017 22:08:51 %2B0000")
References:  <CY4PR20MB139712D6DDA57E1A6F7BFB5A807E0@CY4PR20MB1397.namprd20.prod.outlook.com> <447f5qloal.fsf@be-well.ilk.org> <CY4PR20MB1397C17C84AC7E33774C910B807E0@CY4PR20MB1397.namprd20.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Gerard Seibert <carmel_ny@outlook.com> writes:

> On Thu, 19 Jan 2017 16:42:26 -0500, Lowell Gilbert stated:
>
>> carmel_ny writes:
>> 
>> > I have several USB devices, all formatted with FAT32 or exFat. I can
>> > mount them on my FreeBSD 11 machine; however, I cannot change the
>> > file ownership on the device. I have a rsync script for backing up
>> > the "/var/mail/vmail" and it subdirectories that are created by
>> > dovecot. I cannot use the script to back up to the USB drive since
>> > it cannot change the file ownership.
>> >
>> > I hope I am explaining this correctly. My question is how do I
>> > change the ownership of a mounted USB drive formated with FAT32 or
>> > exFat?  
>> 
>> It's an option to the mount command.
>> If you're using the one from the base system, see "man mount_msdosfs".
>
> I configured the system to automount the drive. I suppose I could
> just unmount it with "automount -fu" and them remount it via
> mount_msdosfs. I will give it a try.

automount(8) uses mount(8), and can pass parameters to it. Do it by hand
first, sure, to get the parameters correct, but automount can do this
(via mount) if the user or group you need to set is always the same.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44o9z2h9d8.fsf>