Displaying 20 results from an estimated 800 matches similar to: "extending files slow on FAT filesystems"
2006 Aug 17
2
sending print jobs on a pipe
Hi all,
I'm using Samba 3 in an environment with very limited disk resources,
and thus I'm unable to spool large print jobs. It would be very handy
if I could send the print job directly to the USB printer, and not via
a spool file. Looking through the man pages, I can't find any option
for doing this. Ideally, I would want something like "print job on
pipe = yes" and the
2002 Feb 12
1
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Trying to rsync between win2k machines.
rsync version is 2.5.3pre (downloaded today)
This is the message after 368100 files have been checked:
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
My cmdline is :
c:\sbin\rsync\rsync -az /cygdrive/d/Home
xxx@xxx.skelleftea.se::dropZone/GY/ba-disk01 --stats -v -P --timeout=84600
I have tried with both with and without -z (-az or -a)
2008 Oct 08
1
Troubleshooting ZFS performance with SIL3124 cards
Hi!
I have a problem with ZFS and most likely the SATA PCI-X controllers.
I run
opensolaris 2008.11 snv_98 and my hardware is Sun Netra x4200 M2 with
3 SIL3124 PCI-X with 4 eSATA ports each connected to 3 1U diskchassis
which each hold 4 SATA disks manufactured by Seagate model ES.2
(500 and 750) for a total of 12 disks. Every disk has its own eSATA
cable
connected to the ports on the PCI-X
2004 Aug 16
1
MS-DOS, WinXP SP2 with 3.05 and 3.0.6rc2
Hello!
I use Windows XP SP2 on my clients. I use the http://unattended.sf.net to
automatically
install my WinXP machines from a MS-DOS client. This works fine in
samba-3.0.5 but since
SP2 causes a problem with printers I upgraded to samba-3.0.6rc2. RC2 in
turn doesn't work
with MS-DOS clients. The symptom is that I can boot from the fileserver
but when I try to
invoke a program I get
1999 Jun 14
0
Trusted domain problem
Hi.
We have a NT domain A and a NT domain B. In A we have a number
of users and in B we have none. It is said to me that B
"trusts" A. The machine P is the PDC (running NT).
A UNIX machine M is running Samba 2.0.4 and is a member of
domain B (I've used smbpasswd to add it and it worked just fine).
smb.conf on M:
security = domain
password server = P
workgroup = B
netbios name = M
2008 Jun 11
2
vfs_set_filelen function problem on FAT file systems.
Hi All,
I am facing problem when copying large files from Windows PC to FAT
Partition.
I observed that the vfs_set_filelen() (SMB_VFS_FTRUNCATE) call is actually
creating the Zero file on the FAT Partition which is taking lot of time and
the connection is getting closed.
What is the merit of setting the file size before starting the copy. Anyway
this will create a sparse file on unix file
2017 Jul 19
0
[Bug 12915] --modify-window should default to 1 for fat filesystems
https://bugzilla.samba.org/show_bug.cgi?id=12915
--- Comment #4 from Kevin Korb <rsync at sanitarium.net> ---
The manual says that with FAT you need --modify-window=2 not 1. But here in
the US for half of the year you need --modify-window=3602 instead. The same
goes for many other locations. The simple fact of the matter is that FAT is an
obsolete filesystem designed for 5.25 inch floppy
2017 Jul 18
9
[Bug 12915] New: --modify-window should default to 1 for fat filesystems
https://bugzilla.samba.org/show_bug.cgi?id=12915
Bug ID: 12915
Summary: --modify-window should default to 1 for fat
filesystems
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at
2007 Sep 22
4
VFAT filesystem and large files
Hello
I have used samba for many years, and it worked great (thanks!).
Anyway, I recently decided to add a USB drive to the server.
Currently running 2.6.29.2 linux kernel, debian etch.
samba version 3.0.24
The USB drive is VFAT
I am able to write small files remotely to the USB drive (a few Kb, 10's of Kb) without a problem.
However, whenever I try to write something "larger"
2006 Apr 07
2
Fat Data Model vs Skinny Data Model
Ive recently been contemplating how to tackle allowing for extra
"fields" to be added to a recordset. For example, a user has an email
address, but they may also want to put their birthday, height, weight,
etc. I don''t want to constrain what is possible in this situation. I
think what I''m describing is best documented in Philip Greenspun''s
page here:
2007 Mar 07
0
Network name no longer available error on large file write to FAT Shares
Hi ,
I am sharing my FAT Shares over samba.
When i copy small files (less than 100MB ) everything is fine.
But when i copy large files( >200MB) my windows machine is getting
busy for some time and i am getting error "Network name no longer available"
but the file is
getting copied properly.
Regards
Kumar
2006 Oct 31
0
6217236 pcfs module has incorrect FAT signature check (fix lint)
Author: wyllys
Repository: /hg/zfs-crypto/gate
Revision: c300512c0d2609e729a85ce9f318a9133e7a8b1e
Log message:
6217236 pcfs module has incorrect FAT signature check (fix lint)
6310335 mkfs_pcfs FAT size computation is wrong. (fix lint)
Files:
update: usr/src/cmd/fs.d/pcfs/mkfs/mkfs.c
update: usr/src/uts/common/fs/pcfs/pc_vfsops.c
2007 Jul 10
1
not valid FAT fs
hi I'm new to this, and already havin some trouble :(
I tried to make my usb pen drive bootable with sysliux, but I got this message:
syslinux: this doesn't look like a valid FAT filesystem
But I already formatted the usb pen drive int FAT16 fs with cfdisk AND
with qtparted (in both cases I got the same message).
Anyone that could help me about this?
2013 Nov 20
0
[PATCH] Add filesystem UUID to SYSAPPEND for FAT
On 11/19/2013 04:30 AM, Serj Kalichev wrote:
> Filesystem UUID shows the partition we boot kernel from.
> The kernel parameter has format like FSUUID=DA1A-0B2E.
> The SYSAPPEND bit is 0x40000. Now the FAT only supports FSUUID.
> The patch is based on 67aaaeeb228.
>
> Signed-off-by: Serj Kalichev <serj.kalichev at gmail.com>
Nice. It would be good to get a patch for ext2
2009 Aug 19
0
[PATCH] tests: modprobe fat instead of ext2 module.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 75 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From f8b2b724792262a57782a1bcde51bb88ba844716 Mon Sep 17 00:00:00 2001
From: Richard W.M.
2013 Dec 10
0
[PATCH] daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a whole device (RHBZ#1039995).
From: "Richard W.M. Jones" <rjones@redhat.com>
If you use virt-make-fs to create a partitionless FAT-formatted disk
image then currently you will get an error:
$ virt-make-fs --type=fat . /tmp/test.img
'mkfs' (create filesystem) operation failed.
Instead of 'fat', try 'vfat' (long filenames) or 'msdos' (short filenames).
mkfs: fat: /dev/sda:
2015 Mar 25
2
[PATCH] customize: fix --upload to FAT partition
FAT doesn't support file ownership, so show warning instead
of error.
Fixes RHBZ#1196101
Maros Zatko (1):
customize: fix --upload to FAT partition (RHBZ#1196101)
customize/customize_run.ml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
1.9.3
2015 Mar 25
0
[PATCH] customize: fix --upload to FAT partition (RHBZ#1196101)
FAT doesn't support file ownership, so show warning instead
of error.
---
customize/customize_run.ml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/customize/customize_run.ml b/customize/customize_run.ml
index dbb77df..306b7f2 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -290,7 +290,10 @@ exec >>%s 2>&1
let perms =
2015 Mar 25
2
[PACTH v2] customize: fix --upload to FAT partition
FAT doesn't support file ownership, so show warning instead
of error.
Fixes RHBZ#1196101
Maros Zatko (1):
customize: fix --upload to FAT partition (RHBZ#1196101)
customize/customize_run.ml | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
--
1.9.3
2015 Mar 25
1
[PACTH v2] customize: fix --upload to FAT partition (RHBZ#1196101)
FAT doesn't support file ownership, so show info instead
of error.
---
customize/customize_run.ml | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/customize/customize_run.ml b/customize/customize_run.ml
index dbb77df..40d19ac 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -289,8 +289,20 @@ exec >>%s 2>&1
let