search for: submount

Displaying 18 results from an estimated 18 matches for "submount".

Did you mean: smbmount
2005 Dec 08
0
submount/supermount
Hello, Does anybody runs supermount or submount or anything else. If yes can describe how did it establish. Thanks in advance Mario Tadej
2017 Sep 05
0
samba gluster vfs & symlinks/submounts... ?
.. or just a way to make samba, when samba shares via glusterfs api, to show in a share/vol a submount(like fs bind) - how, if possible at all? I guess it would have to be some sort of crossing from one vol to another vol's dir or something, hmm... many thanks, L.
2007 Apr 24
2
zfs submounts and permissions with autofs
Hi, Is it expected that if I have filesystem tank/foo and tank/foo/bar (mounted under /tank) then in order to be able to browse via /net down into tank/foo/bar I need to have group/other permissions on /tank/foo open? # zfs create tank/foo # zfs create tank/foo/bar # chown gavinm /tank/foo /tank/foo/bar # zfs set sharenfs=rw tank/foo # ls -laR /tank/foo /tank/foo: total 9 drwxr-xr-x 3 gavinm
2013 Jan 18
1
sftp does not allow rename across file system
...SH_6 with standard SFTP setup as below Subsystem sftp internal-sftp Match group sftponly ChrootDirectory /home/sftp/%u X11Forwarding no AllowTcpForwarding no ForceCommand internal-sftp there are two subdirs in a user home subPlain (a plain unix dir) subMounted (a dir that is actually mounting a different file system, or using mount --bind <targetDir> subMounted ) when using sftp rename rename subPlaib/F1 subPlaib/F2 works fine. but rename subPlaib/F1 subMounted/F2 failed strace output shows the error as read(0, "\0\0\0H\310\0\0\0&am...
2016 Feb 27
0
Question about cleanly unmounting slave bind mounts
...S 7 bug report (https://bugs.centos.org/view.php?id=10414) but didn't get any useful response, so I am thinking if I can get some help here. The problem arose when I tried to rbind mount /dev and /proc to a chroot sandbox and to unmount it, I have to set the mount to slave so that unmounting submounts of <sandbox-root>/dev (e.g. /dev/pts) won't unmount submounts of /dev. This works for other distributions such as Fedora 23 and Ubuntu 14.04, but under CentOS 7, umount succeeds but the directory can't be removed. For some reason, I have to stick to CentOS 7, so I wonder if the...
2019 May 20
1
Fw: Btrfs Samba and Quotas
...and expect the dev to remain consistent under an exported share path. If you sub-mount this also breaks smbd dfree/quotas, and that's a lot more common. This identity is baked into Samba in order to implement leases/oplocks and it's not going to change. If you want to do this (subvolumes/submounts) I think you should get familiar with the: dfree command: set quota command: set quota command: scripts in smb.conf.
2005 Dec 06
4
latest USB code
Here''s the latest USB code against the xen 3.0.0 release. Since the last posting this version updates the code to use the new 32 bit grant references and the latest GNTTABOP_map_grant_ref definition. I''ve also changed the definition of the virtual USB HCD to have a single port rather than seven ports with six unused. Domains importing multiple USB devices will get a HCD for
2014 Sep 26
0
Bind mounts
...uestfs_mount_options doesn't work because it expects the third argument to be a device, not a directory name.] Rich. ---------------------------------------------------------------------- guestfish -N fs -m /dev/sda1 <<EOF mkdir /root touch /root/test # Use -o rbind if there are submounts. debug sh "mount -o bind /sysroot/root /sysroot" ls / # The above command prints "test" as expected. # Check that umount-all still works. umount-all debug sh "grep /sysroot /proc/mounts ||:" EOF -- Richard Jones, Virtualization Group, Red Hat http://p...
2002 May 21
1
Linux to Windows Dfs
Howdy Is there any reason why I cannot mount to a Dfs share on a Windows 2000 box from Linux? I have tried: # mount -t smbfs //server/share$ /mnt/point -o username=user Which works... # mount -t smbfs //server/share$/home/pupils/user /mnt/point -o username=user Trying to mount any share within the Dfs root retruns: 23479: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2016 Oct 04
2
autofs and samba
Was trying to use autofs on ubuntu and mounting a samba shared failed. Then, i came across a note that 'unless you need to authenticate to cifs' -- wish I could find the exact quote now. The point is autofs fails to mount a windows server share. I can mount the share using mount.cifs but it fails with autofs. So I just thought I would check to see if anyone has pointers on using autofs on
2023 Apr 04
1
Virtiofsd
...options virtiofsd backend 1.5.1 Launch a virtiofsd backend. USAGE: virtiofsd [FLAGS] [OPTIONS] --fd <fd> --socket <socket> --socket-path <socket-path> FLAGS: --allow-direct-io Honor the O_DIRECT flag passed down by guest applications --announce-submounts Tell the guest which directories are mount points -d Set log level to "debug" [deprecated] -f Compatibility option that has no effect [deprecated] -h, --help Prints help information --killpriv-v2 Enable K...
2016 Jan 21
0
[PATCH v3 1/6] daemon: Rename daemon/command.c -> daemon/sh.c.
...c"); - free (bs->sysroot_dev); - free (bs->sysroot_dev_pts); - free (bs->sysroot_proc); - free (bs->sysroot_selinux); - free (bs->sysroot_sys); - free (bs->sysroot_sys_fs_selinux); - return -1; - } - - /* Note it is tempting to use --rbind here (to bind submounts). - * However I have not found a reliable way to unmount the same set - * of directories (umount -R does NOT work). - */ - r = command (NULL, NULL, str_mount, "--bind", "/dev", bs->sysroot_dev, NULL); - bs->dev_ok = r != -1; - r = command (NULL, NULL, str_mount,...
2014 Jan 28
3
[PATCH 1/2] daemon: If /selinux exists in the guest, bind-mount /sys/fs/selinux to there.
Commit 72afcf450a78b7e58f65b4a7aaf94d71cd25fca5 was partially incorrect. If the guest userspace is expecting /selinux to exist, then we should bind-mount /sys/fs/selinux from the appliance kernel there. --- daemon/command.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/daemon/command.c b/daemon/command.c index 1aa1a52..939bf87 100644 --- a/daemon/command.c
2019 May 18
4
Fw: Btrfs Samba and Quotas
On 18/05/2019 14:19, Hendrik Friedel wrote: > Hello > >> No, probably a lack of users using your combination of Samba, btrfs >> and quotas. > I would have thought that btrfs is becoming more mainstream now. And > then, Samba and Quotas should be rather common... >> Is btrfs becoming more common ? > >> Of course, more info may help, what is in your smb.conf
2013 Dec 02
3
Moving/merging a filesystem back into /
Hello, I'm going to be moving a filesystem around, and was planning on using rsync to do it, so like to get some advice from those more experienced than I (both using rsync, and moving filesystems)... I currently have a system that has a separate /usr on an LVM partition. I want to merge this back into the / (root) filesystem. This is a production server (mail server, gentoo linux), so
2013 Aug 06
6
[PATCH 0/4] btrfs: out-of-band (aka offline) dedupe v4
...swap() (thanks to Zach Brown <zab@redhat.com> for review) Changes from v1 to v2 - check that we have appropriate access to each file before deduping. For the source, we only check that it is opened for read. Target files have to be open for write. - don''t dedupe on readonly submounts (this is to maintain - check that we don''t dedupe files with different checksumming states (compare BTRFS_INODE_NODATASUM flags) - get and maintain write access to the mount during the extent same operation (mount_want_write()) - allocate our read buffers up front in btrfs_ioctl_fi...
2015 Dec 05
6
[PATCH 0/6 v2] [FOR COMMENTS ONLY] Rework inspection.
This is a more working version. Inspection (partially) succeeds on a real guest this time :-) You can test it out on a real guest (in this case, a CentOS disk image located at /tmp/centos-6.img) by doing: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" which will print lots of debugging, and at the end the
2016 Jan 21
8
[PATCH v3 0/6] [FOR COMMENTS ONLY] Rework inspection.
For background on this change, see: https://rwmj.wordpress.com/2015/12/06/inspection-now-with-added-prolog/ v2 was previously posted here: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html To test this patch series on a real guest, you can do: $ ./run guestfish -v -x -a /var/tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection