search for: allow_other

Displaying 20 results from an estimated 98 matches for "allow_other".

2017 Nov 06
1
minor usability issue: confusing error message with guestmount + fuse errors
Hello, Using older libguestfs 1.34.6-2 (from Ubuntu's standard package), I encountered this: libguestfs fails with an error, but the error code is "success": $ sudo guestmount -m /dev/sda1 --ro \ -o allow_others \ -a data.qcow2 \ /media/foo fuse: unknown option `allow_others' libguestfs: error: fuse_new: /media/foo/: Success Other fuse errors also cause the same behavior, e.g. mounting to an already-mounted directory: $ sudo guestmount -m /dev/sda1...
2017 Feb 26
1
error : Failed to switch root mount into slave mode: Permission denied
...relatime,xattr,noacl 0 0 storage/downloads /mnt/downloads zfs rw,noatime,xattr,posixacl 0 0 storage/kvm_root/iso /mnt/iso zfs rw,noatime,xattr,posixacl 0 0 rpool/ROOT/ubuntu /dev/.lxd-mounts zfs rw,relatime,xattr,noacl 0 0 lxcfs /proc/cpuinfo fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0 lxcfs /proc/diskstats fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0 lxcfs /proc/meminfo fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0 lxcfs /proc/stat fuse.lxcfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other 0 0 lxcfs /proc/swaps...
2018 Jan 16
1
sshfs mounting on Centos 6.9
Hi all, I am trying to mount on boot a sshfs filesystem. I have tried this in /etc/fstab backup at myserver.com:/home/backup/myserver /backup fuse.sshfs nonempty,allow_other 0 2 but only works when network works. I have also tried this in my crontab: @reboot sshfs -o idmap=backup myserver.com:/home/backup/myserver /backup but doesn?t seem to work either. What else can I try? Thanks, Miguel --- This email has been checked for viruses by AVG. http://ww...
2014 Feb 06
3
Possible to speed up guestmount?
Hi, Apparently, guestmount -o allow_other -a "/path/to/raw_file" -m /dev/sda1 "/path/to/mountfolder" is much slower than kpartx -av "/path/to/raw_file" mount /dev/mapper/loop0p1 /path/to/mountfolder (Doing lots of read/write inside the image.) I thought guestmount "only" scripts the above...
2018 Mar 25
4
Rsync between 2 datacenters not working
You could try using an automounter, like autofs, in combination with sshfs. It'll be slower, possibly a lot slower, but it should be more reliable over an unreliable connection. I've been using: remote -fstype=fuse,allow_other,nodev,noatime,reconnect,ServerAliveInterval=15,ServerAliveCountMax=40,uid=0,gid=0,ro,nodev,noatime :sshfs\#root at remote.host.com\:/ BTW, I'm not sure it's necessary to escape the #. I never tried it without. Also note that it flattens the remote host's mount tree into a single file...
2018 Mar 09
2
wrong size displayed with df after upgrade to 3.12.6
...--------------------------------------------------- Brick : Brick gluster2x:/gl/lv4osb06/glurchbrick Total Disk Space : 231.0TB [root at pcph00131 glusterfs]# mount | grep gluster qloginx:/glurch.rdma on /glurch type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072) [root at pcph00131 glusterfs]# df -h /glurch Filesystem Size Used Avail Use% Mounted on qloginx:/glurch.rdma 618T 363T 256T 59% /glurch ## df -h should show ~ 800T but only shows ~600T. -- Dr. Stefan Solbrig Universit?t Regensburg, Fakult?t f?r Physik, 93040 Re...
2018 Nov 15
1
failed: Invalid cross-device link
Hi. I mount ~/Maildir/new via s3fs s3fs mybucket /home/kes/Maildir/new -f -o use_cache=/tmp/S3 -o noatime -o endpoint=eu-west-1 -o profile=mail -o allow_other -o uid=1000,gid=1000 I configure dovecot: maildir_copy_with_hardlinks = no Nov 15 19:30:48 work dovecot: imap(kes): Error: rename(/home/kes/Maildir/new/ddd3, /home/kes/Maildir/cur/ddd3:2,) failed: Invalid cross-device link Tell me please, why I still get this error and how to fix it?
2009 Mar 18
1
ERROR of gluster.2.0.rc1 client on suse reiserfs
...rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw,size=8g) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/xvda1 on /boot type reiserfs (rw,acl,user_xattr) securityfs on /sys/kernel/security type securityfs (rw) glusterfs on /data type fuse (rw,max_read=1048576,allow_other,default_permissions) Waiting for your help ,thanks a lot 2009-03-18 eagleeyes -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090318/4f817826/attachment.html>
2011 Mar 11
1
RedHat 5.5 and automounting with fstab
.... I have two servers 192.168.104.151 and 192.168.104.152. Both are running GlusterD and both offer one of the bricks for the volume. Both mount also the volume locally. The working /etc/fstab entry on 192.168.104.151 is: 192.168.104.151:/gluster-data /var/gluster/data glusterfs auto,_netdev,rw,allow_other,default_permissions,max_read=131072 0 0 Likewise, the working /etc/fstab entry on 192.168.104.152 is: 192.168.104.152:/gluster-data /var/gluster/data glusterfs auto,_netdev,rw,allow_other,default_permissions,max_read=131072 0 0 If you don't have the "auto,_netdev" options on the m...
2018 Mar 09
1
wrong size displayed with df after upgrade to 3.12.6
...------------ > ------------------ > Brick : Brick gluster2x:/gl/lv4osb06/glurchbrick > Total Disk Space : 231.0TB > > [root at pcph00131 glusterfs]# mount | grep gluster > qloginx:/glurch.rdma on /glurch type fuse.glusterfs > (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072) > > [root at pcph00131 glusterfs]# df -h /glurch > Filesystem Size Used Avail Use% Mounted on > qloginx:/glurch.rdma 618T 363T 256T 59% /glurch > > ## df -h should show ~ 800T but only shows ~600T. > > -- > Dr. Stefan Solbrig > Universi...
2010 Apr 12
1
Amazon S3FS Automounter of sorts
...he file system. 1. I was wondering if anyone has a better method ? even though this meets my current needs. 2. if there is an automounter that could be tweaked to work with s3fs. The entries in my fstab are rather different to the normal disk based ones, s3fs#BUCKETNAME /mnt/s3/BUCKETNAME fuse allow_other,default_acl=public-read,noauto 0 0 ,so I wasn?t sure if it is possible. My reasoning to want an automounter is I?m not sure on the amount of extra calls made to the S3, so would prefer it not be connected if its not needed. Thanks, Matt NOTE: The information in this email is confidential and m...
2017 Nov 05
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...n and op-version as the hosts. - Gluster server and client version: 3.12.2 (also found on 3.12.1, unsure about previous versions) running on CentOS 7. Examples: mount: 192.168.0.151:/gluster_vol on /var/lib/mountedgluster type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072) root at gluster-client:/var/lib/mountedgluster # ls -la total 0 (note no . or .. directories) root at gluster-client:/var/lib/mountedgluster # touch test root at gluster-client:/var/lib/mountedgluster # ls -la total 0 -rw-r--r--. 1 root root 0 Nov 6 10:10 test ("te...
2010 May 11
1
Problems with gluster and autofs
...f7768005e2a in mount () from /lib/libc.so.6 (gdb) bt #0 0x00007f7768005e2a in mount () from /lib/libc.so.6 #1 0x00007f77668b2af4 in fuse_mount_sys (mountpoint=0x1020140 "/mnt/lan/nas", fsname=0x101e260 "/etc/glusterfs/nas-client.vol", mnt_param=0x7f77668b3558 "allow_other,default_permissions,max_read=131072") at ../../../../contrib/fuse-lib/mount.c:538 #2 gf_fuse_mount (mountpoint=0x1020140 "/mnt/lan/nas", fsname=0x101e260 "/etc/glusterfs/nas-client.vol", mnt_param=0x7f77668b3558 "allow_other,default_permissions,max_read=13...
2019 Sep 12
2
Fw: Btrfs Samba and Quotas
Hello Hendrik Can you help input 2 commands 'mount' and 'df -TPh' on OMV, and post the output to us, thank you. -- Regards, Jones Syue | ??? QNAP Systems, Inc.
2012 Feb 17
1
ACLs only apply to primary group?
...n glusterfs-3.2.5-6.el6.x86_64 but that doesn't seem to be the case on glusterfs-3.2.5-7.el6.x86_64 (or another update made the difference). As an interesting addition, mtab doesn't report acl support on the mountpoint: gluster1:/gluster-webcontent on /mnt/webcontent type fuse.glusterfs(rw,allow_other,max_read=131072) Any suggestions for what to try next would be most appreciated. Thanks, James
2020 Sep 25
4
Debian client/workstation pam_mount
On 24/09/2020 12:47, Christian Naumer via samba wrote: > I am using it on Fedora with Volume Definition looking like this: and I use this: <volume fstype="cifs" ??????? server="CIFS_SERVER_FQDN" ??????? path="linprofiles" ??????? mountpoint="/mnt/%(USER)" options="username=%(USER),uid=%(USERUID),gid=%(USERGID),domain=%(DOMAIN_NAME)"
2013 Mar 03
1
sysvolreset failing on glusterfs
...nderlying ext3 fs is of cause running with acls enabled, too. This is what mount looks like for the involved fs's: fusectl on /sys/fs/fuse/connections type fusectl (rw) /dev/xvda3 on /var/glusterfs/brick1 type ext3 (rw,acl,user_xattr) localhost:/dc-vol on /export/dc-vol type fuse.glusterfs (rw,allow_other,max_read=131072) Andreas -- Andreas Gaiser, Berlin, Germany
2018 Jan 21
1
mkdir -p, cp -R fails
...sists.) I'd be grateful for some insight. I have small test system that still runs on glusterfs 3.12.3, where everything works fine. best wishes, Stefan [hpcadmin at pcph00131 bug]$ mount | grep gluster qloginx:/glurch.rdma on /glurch type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072) [hpcadmin at pcph00131 bug]$ pwd /glurch/test/bug [hpcadmin at pcph00131 bug]$ umask 0022 [hpcadmin at pcph00131 bug]$ mkdir aa #works [hpcadmin at pcph00131 bug]$ mkdir -p aa/bb/cc/dd mkdir: cannot create directory ?aa/bb?: No data available [hpcadmin at pcph00131 bug]$...
2017 Oct 10
2
small files performance
...ame> performance.parallel-readdir on (Note : readdir > should be on) > This is what i'm getting with suggested parameters. I'm running "fio" from a mounted gluster client: 172.16.0.12:/gv0 on /mnt2 type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072) # fio --ioengine=libaio --filename=fio.test --size=256M --direct=1 --rw=randrw --refill_buffers --norandommap --bs=8k --rwmixread=70 --iodepth=16 --numjobs=16 --runtime=60 --group_reporting --name=fio-test fio-test: (g=0): rw=randrw, bs=8K...
2019 Sep 12
0
Fw: Btrfs Samba and Quotas
...mp type tmpfs (rw,relatime) media/678c601d-8d2e-4be0-9226-d20a6f772f8b:media/1e9433cd-993d-4af7-9114-fb761bccdbbf:srv/dev-disk-by-label-Big5:srv/dev-disk-by-id-ata-ST4000DM005-2DP166_ZDH26KL5-part1 on /media/22cd0c22-c75b-432a-b92b-73229607a8bd type fuse.mergerfs (rw,relatime,user_id=0,group_id=0,allow_other) 5_NoSnapraid:6_no_Snap on /srv/22d8c536-7984-4367-8d7a-7d492e81cccd type fuse.mergerfs (rw,relatime,user_id=0,group_id=0,allow_other) media/678c601d-8d2e-4be0-9226-d20a6f772f8b:media/1e9433cd-993d-4af7-9114-fb761bccdbbf:srv/dev-disk-by-label-Big5:srv/dev-disk-by-id-ata-ST4000DM005-2DP166_ZDH26KL5...