Displaying 20 results from an estimated 4000 matches similar to: "Strange Samba permissions on vfat (fat32) volume"
2018 Jan 16
2
How should I be using rsync with FAT32/VFAT
Thanks a lot, Kevin.
I have a new Linux box and tried to set it to UTC but I think gnome
outsmarted me...
I'll use -rt and maybe ignore timestamps entirely rather than the
window. If I find something wrong on the USB stick I can always copy it
again. I love the -c option, but it takes forever on slow media.
John
On Tue, 2018-01-16 at 13:27 -0500, Kevin Korb via rsync wrote:
> #1 yes,
2018 Jan 16
2
How should I be using rsync with FAT32/VFAT
Hi,
I have been using rsync for over ten years. Thank you! It is a great
tool.
Recently I had the misfortune to have to use it to sync files to a USB
stick that is for a platform that only supports FAT32.
After missing the point a few times and having it copy some of the same
directories and files needlessly I saw the timestamps on the source
files (in reasonable filesystems like JFS, XFS,
2018 Jan 16
0
How should I be using rsync with FAT32/VFAT
#1 yes, you should use -rt instead of -a as everything else in -a is
incompatible with vfat.
#2 timestamps will always be a problem on vfat. It has a 1 or 2 second
resolution so --modify-window=2 is a common solution. However, if you
live somewhere that has yearly clock changes (we call it daylight
savings time) those will cause the timestamps to be off by an hour on
top of the 1-2 second
2018 Jan 16
0
How should I be using rsync with FAT32/VFAT
You don't have to change the system setting just change the TZ env
variable in the terminal you run rsync in.
On 01/16/2018 01:30 PM, John Long via rsync wrote:
> Thanks a lot, Kevin.
>
> I have a new Linux box and tried to set it to UTC but I think gnome
> outsmarted me...
>
> I'll use -rt and maybe ignore timestamps entirely rather than the
> window. If I find
2006 Jun 27
3
format fat32 filesystem
Hi,
when i run mkfs using this command
mkfs -t vfat /dev/sda5
i get this
mkfs.vfat: No such file or directory
is there a module i need to install to support vfat?
--
Regards,
Mark Quitoriano, CCNA
Fan the flame...
http://www.spreadfirefox.com/?q=user/register&r=19441
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Sep 03
3
Accents in filenames on vfat filesystem
Hello.
I am trying to create a text file that contains an accent like '?' in it's
filename on a vfat filesystem. This generates an error like the following:
"test?.txt" E212: Can't open file for writing
I have made a 'modprobe nls_cp850' and 'modprobe nls_iso8859-1' to load
those needed modules.
Then I mounted my FAT32 partition like this:
mount -t
2007 May 17
1
Possible? Mount vfat, share, have full use of R/A/S/H attributes?
Hi, I've tried a couple of different versions/distros and can't seem to
mount a FAT32 (vfat) partition and then share it with Samba, such that
all use of R/A/S/H attributes (for files and folder) is maintained...
So I'm wondering if this is even possible?
I've most recently been testing with
host: Debian 4.0 (Linux 2.6.18-4-686) which includes Samba 3.0.24
client: WinXP
2007 Apr 27
9
can''t mount vfat fs on lvm created by winxp guest
Greetings,
I''ve had no success with mounting a vfat file system created by a
Windows XP guest on a lvm volume.
# mount -t vfat /dev/vg1/win1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/vg1/win1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg
FAT: invalid media value (0xb9)
VFS:
2005 Aug 29
4
Can't mount FAT32 partition
I am trying to mount a FAT32 partition in CentOS.
I'm following the instructions on this page:
http://www.linuxforum.com/linux_tutorials/14/1.php
This is the line I put into /etc/fstab
/dev/hda /mnt/windows vfat
users,owner,rw,umask=000 0 0
And this is the error I get:
[root at localhost mnt]# mount -a
mount: wrong fs type, bad option, bad superblock on
2014 Mar 13
1
Advanced Fat32 mount in /etc/fstab
Hi, my name is Steven.
I am trying to figure out the mount command to put into /etc/fstab;
Basically I want a FAT32 partition mounted,
but I want specific user/group ownership for a normal
user of the mountpoint and all directorys/files in it.
I currently have this in /etc/fstab:
/dev/sda8 /home/steven/sda8 vfat locale=en_US.utf8,windows_names,uid=500,gid=501,umask=0022,noatime 0 0
but i get
2003 Apr 29
2
Access denied on on rw vfat partition
Hello All,
I am currently using Red Hat 8 and wine 20030408. I have mounted my
windows 2000 partition rw in the fstab:
/dev/hda2 /win vfat
uid=bdunn,gid=bdunn,exec,dev,conv=binary,suid,rw,umask=000 0 0
I am trying to run Gentran60CL using wine, and it gives me an error
message: Access to C:/Gentran60CL/ECWBfmc is denied.
Works fine on the windows
2002 Jan 17
1
Problems with VFAT files with spaces in Wine
I am running RedHat 7.1 on it's own linux drive, and have my win98 drive
mounted in fstab as vfat. I have installed wine, and can run programs
on my windows drive in old 8.3 named directoies. However, whenever I
try to run anything in Program Files, for example (with the space in the
file name), I get the following error:
/opt/wine/bin/wine.bin: cannot find 'mnt/c/Program\
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"
2014 Jun 26
2
[Bug 10675] New: rsyncing >2GB file onto fat32 partition should fail earlier
https://bugzilla.samba.org/show_bug.cgi?id=10675
Summary: rsyncing >2GB file onto fat32 partition should fail
earlier
Product: rsync
Version: 3.1.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2018 Sep 05
3
Tests and trimming vfat
Here's a fun one:
+ guestfish -N test-virt-sparsify-in-place-fstrim-unsupported.img=fs:vfat exit
+ virt-sparsify --in-place test-virt-sparsify-in-place-fstrim-unsupported.img
+ tee test-virt-sparsify-in-place-fstrim-unsupported.log
[ 2.4] Trimming /dev/sda1
[ 7.5] Sparsify in-place operation completed with no errors
+ grep 'warning:.*fstrim'
2018 Sep 05
2
Re: Tests and trimming vfat
On Wed, Sep 05, 2018 at 04:41:01PM +0100, Daniel P. Berrangé wrote:
> On Wed, Sep 05, 2018 at 04:37:05PM +0100, Richard W.M. Jones wrote:
> >
> > Here's a fun one:
> >
> > + guestfish -N test-virt-sparsify-in-place-fstrim-unsupported.img=fs:vfat exit
> > + virt-sparsify --in-place test-virt-sparsify-in-place-fstrim-unsupported.img
> > + tee
2003 Apr 10
1
vfat / ftruncate problem
I recently added a 60Gig HD to my little linux server at home with the intention of sharing it via Samba to all my PCs which run Windows 98SE. I really want to use vfat file system on it.
The server is running Mandrake 8.1, so kernel 2.4.something, and the Samba that came with it.
Much to my disappointment I quickly discovered poor performance copying files to it, the copy is like slow to get
2003 Feb 19
2
rsync/cygwin - strange behavior with VFAT-formatted USB-disk
Hi,
we do a nightly backup using rsync (v2.5.6 as server on RedHat 7.3 and rsync
2.5.5 on Windows 2000/Cygwin). The backup media connected to the
Windows-Client is a VFAT-formatted Maxtor USB-Disk.
Everytime I run rsync from the windows-client, the following error occurs:
--- <snip> ---
rsync.exe -avzr --compress --stats --delete --timeout=240 --modify-window=2
rsync@server::development
2001 Aug 15
1
vfat is not working with ext3 patch
Hi all,
My system is :
kernel 2.4.8 with ext3-0.9.6 patch
e2fsprogs-1.22-2, mount-2.11g, util-linux-2.11f
And ext3 filesystem works fine, but when a vfat partition is mounted:
[fargo] [~] # mount /dev/hdd1 /mnt/tmp
[fargo] [~] # mount
/dev/hda1 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdd1 on /mnt/tmp type vfat (rw)
everything looks
2024 Jan 21
1
Archiving to vfat
it's most likely because of vfat timestamp limitation
try
--modify-window
????????????? When comparing two timestamps, rsync treats the
timestamps as being equal if they differ by no more than? the modify-window
????????????? value.?? This? is? normally? 0 (for an exact match), but
you may find it useful to set this to a larger value in some situa-
????????????? tions.? In particular,