Displaying 9 results from an estimated 9 matches for "hostf".
Did you mean:
host
2009 Jan 12
1
Is -R --link-dest really hard to use, or is it me?
...EXCEPT for a problem: I took pains to hardlink files -across-
hosts' backups that were also the same, so I didn't have a zillion
copies of the same files that are all shared by most releases and any
linux anyway. E.g., in this sort of arrangement:
hostA/20080101
hostB/20080101
...
hostF/20080101
...
hostA/20080102
hostB/20080102
...
hostF/20080102
...
dirvish (well, rsync) itself hardlinked files between hostA/20080101
and hostA/20080102 on successive runs, and then -I- ran a tool
(faster-dupemerge) that hardlinked identical files between
hostA/20080101 and hostB/2008...
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 ac...
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