On 08/01/15 00:15, jd1008 wrote:
>
>
> On 07/31/2015 01:21 AM, Ed Greshko wrote:
>> On 07/31/15 09:16, jd1008 wrote:
>>> $ mount /sdc1
>>> FUSE exfat 1.0.1
>>> fusermount: option blkdev is privileged
>> Oh, FWIW, if you want to allow non-root users to mount exfat devices you can
>> do one potentia
On 07/30/2015 10:03 PM, Ed Greshko wrote:
On 07/31/15 09:16, jd1008 wrote:
$ grep sdc1 /etc/fstab
UUID=BE5F-383B /sdc1 exfat noauto,rw,user,uid=508,gid=508
1 1
# cat /etc/fuse.conf
# mount_max = 1000
user_allow_other
$ mount /sdc1
FUSE exfat 1.0.1
fusermount: option b
On 07/31/2015 01:21 AM, Ed Greshko wrote:
On 07/31/15 09:16, jd1008 wrote:
$ mount /sdc1
FUSE exfat 1.0.1
fusermount: option blkdev is privileged
Oh, FWIW, if you want to allow non-root users to mount exfat devices you can do
one potentially dangerous thing and ...
chmod u+s /usr/sbin/mount
On 07/30/2015 10:03 PM, Ed Greshko wrote:
On 07/31/15 09:16, jd1008 wrote:
$ grep sdc1 /etc/fstab
UUID=BE5F-383B /sdc1 exfat noauto,rw,user,uid=508,gid=508
1 1
# cat /etc/fuse.conf
# mount_max = 1000
user_allow_other
$ mount /sdc1
FUSE exfat 1.0.1
fusermount: option b
On 07/31/15 09:16, jd1008 wrote:
> $ mount /sdc1
> FUSE exfat 1.0.1
> fusermount: option blkdev is privileged
Oh, FWIW, if you want to allow non-root users to mount exfat devices you can do
one potentially dangerous thing and ...
chmod u+s /usr/sbin/mount.exfat-fuse
--
If I wanted a blog or
On 07/30/15 22:20, jd1008 wrote:
> On 07/30/2015 08:38 PM, g wrote:
>> On 07/30/15 20:16, jd1008 wrote:
>> <>
>>
>>
>>> So I tried as root, and it mounted OK:
>>> mount | grep sdc1
>>> /dev/sdc1 on /sdc1 type fuseblk
>>> (rw,nosuid,nodev,noexec,relatime,user_id=508,group_id=508,allow_other,blksiz
On 07/31/15 09:16, jd1008 wrote:
> $ grep sdc1 /etc/fstab
> UUID=BE5F-383B /sdc1 exfat noauto,rw,user,uid=508,gid=508
>1 1
>
> # cat /etc/fuse.conf
> # mount_max = 1000
> user_allow_other
>
> $ mount /sdc1
> FUSE exfat 1.0.1
> fusermount: option blkdev is privileged
>
> So
On 07/30/2015 08:38 PM, g wrote:
On 07/30/15 20:16, jd1008 wrote:
<>
So I tried as root, and it mounted OK:
mount | grep sdc1
/dev/sdc1 on /sdc1 type fuseblk
(rw,nosuid,nodev,noexec,relatime,user_id=508,group_id=508,allow_other,blksize=4096)
then as root I tried to copy a file to /sdc1:
On 07/30/15 20:16, jd1008 wrote:
<>
> So I tried as root, and it mounted OK:
> mount | grep sdc1
> /dev/sdc1 on /sdc1 type fuseblk
> (rw,nosuid,nodev,noexec,relatime,user_id=508,group_id=508,allow_other,blksize=4096)
>
>
> then as root I tried to copy a file to /sdc1:
>
> # cp rpms.list /sd
$ grep sdc1 /etc/fstab
UUID=BE5F-383B /sdc1 exfat noauto,rw,user,uid=508,gid=508
1 1
# cat /etc/fuse.conf
# mount_max = 1000
user_allow_other
$ mount /sdc1
FUSE exfat 1.0.1
fusermount: option blkdev is privileged
So I tried as root, and it mounted OK:
mount | grep sdc1
10 matches
Mail list logo