search for: hostfs

Displaying 9 results from an estimated 9 matches for "hostfs".

Did you mean: host's
2009 Jan 12
1
Is -R --link-dest really hard to use, or is it me?
I've got a problem for which the combination of -R and --link-dest doesn't seem to be quite enough---and I may have discovered a few small bugs as well; test cases are below. [And if someone has a scheme for doing this that doesn't involve rsync at all, but works okay, I'm all ears as well---I'm not the first with this problem.] Here's my problem: I unfortunately need to
2006 Dec 26
0
Samba shares lost from Windows/Mac after ~ 1 min
...able = Yes browseable = No [helge] comment = Helges ~-Verzeichnis path = /home/helge read only = No [archive] comment = Archiv: Software, Musik, Bilder, Filme, etc. path = /archive read only = No [backup] comment = Backup: /home/helge, /etc, /root, /boot path = /backup read only = No [hostfs] comment = napali host-filesystem path = /
2007 Jun 10
6
More virtio users
It is worthwhile, when designing virtio, to keep in mind as many possible users as possible. In addition to block and net, I see at least the following: - vmgl (paravirtualized 3D graphics) [http://www.cs.toronto.edu/~andreslc/xen-gl/] - scsi (for tape, cd writer, etc.) - framebuffer (with just one request to share the framebuffer?) There are probably more. Any ideas? -- error compiling
2007 Jun 10
6
More virtio users
It is worthwhile, when designing virtio, to keep in mind as many possible users as possible. In addition to block and net, I see at least the following: - vmgl (paravirtualized 3D graphics) [http://www.cs.toronto.edu/~andreslc/xen-gl/] - scsi (for tape, cd writer, etc.) - framebuffer (with just one request to share the framebuffer?) There are probably more. Any ideas? -- error compiling
2007 Jun 10
6
More virtio users
It is worthwhile, when designing virtio, to keep in mind as many possible users as possible. In addition to block and net, I see at least the following: - vmgl (paravirtualized 3D graphics) [http://www.cs.toronto.edu/~andreslc/xen-gl/] - scsi (for tape, cd writer, etc.) - framebuffer (with just one request to share the framebuffer?) There are probably more. Any ideas? -- error compiling
2001 Nov 16
1
Samba, Win2K, Network path not found
...B names via DNS dns proxy = no ; ; Shared resources ; ; Home directories [homes] comment = Home directories browseable = yes writable = yes ; Printers ;[printers] ; comment = All printers ; path = /var/spool/lpd ; browseable = no ; guest ok = no ; writable = no ; printable = yes [HostFS] comment = VMware host filesystem path = / public = no writeable = yes printable = no [proxy] comment = Proxy printer path = /var/spool/lpd/proxy browseable = yes guest ok = no writable = no printable = yes --------------------------------------------------
2006 Dec 26
2
Samba shares on Linux machine get disconnected after ~ 1 min
...comment = Helges ~-Verzeichnis path = /home/helge read only = No [archive] comment = Archiv: Software, Musik, Bilder, Filme, etc. path = /archive read only = No [backup] comment = Backup: /home/helge, /etc, /root, /boot path = /backup read only = No [hostfs] comment = napali host-filesystem path = / -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
2023 Jun 21
3
[PATCH 00/79] fs: new accessors for inode->i_ctime
...tch to new ctime accessors f2fs: switch to new ctime accessors fat: switch to new ctime accessors freevxfs: switch to new ctime accessors fuse: switch to new ctime accessors gfs2: switch to new ctime accessors hfs: switch to new ctime accessors hfsplus: switch to new ctime accessors hostfs: switch to new ctime accessors hpfs: switch to new ctime accessors hugetlbfs: switch to new ctime accessors isofs: switch to new ctime accessors jffs2: switch to new ctime accessors jfs: switch to new ctime accessors kernfs: switch to new ctime accessors minix: switch to new ctime acc...
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris. Signed-off-by: John Levon <john.levon@sun.com> diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py +++ b/tools/python/xen/xend/XendDomainInfo.py @@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_ from xen.util.blkif import blkdev_uname_to_file from xen.util