Displaying 20 results from an estimated 6000 matches similar to: "Wine & VFat"
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
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,
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 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:
2008 Jun 17
1
Strange Samba permissions on vfat (fat32) volume
I'm running Samba on Ubuntu server. I know, perhaps it is not related with Ubuntu Server 8.04, but rather
with Samba itself, but I thought perhaps someone has similar
experience...
I have a couple of shares on Samba on a vfat (fat32) volume. As
everybody knows Linux permissions does not work on vfat, except on
mount folder where vfat partition is mounted. I though that is really
not a
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\
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
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
2001 Jun 24
3
Problem writing to fat hd
Hi!
i just downloaded 20010510 sources, compiled and installed it on my RedHat
7.1 linux box.
I have several vfat (fat32) and linux (ext2) partitions on my pc ( i also
have a windows98 installation). I have configured the fat32 parrtition like:
[Drive E]
"Path" = "/deposito"
"Type" = "hd"
"Filesystem" = "vfat"
and the ext2 like:
2015 Jul 24
3
Trying to boot a SSD of 500GB
Hi,
I have a custom linux system that runs off a FAT32 usb flash disk. I
use syslinux to make it bootable and load the kernel.
I'm trying to boot now from a SSD SATA disk (500GB) but it's not
working and I can't figure out why. BIOS show that no bootable disk
were found.
What I already tried (linux fdisk):
1- Creating a new DOS partition table on the SSD, a FAT32 (type b),
and
2016 Nov 07
2
Syslinux Digest, Vol 164, Issue 2
>
> I need to create one bootable UEFI disk partition that contains all the
> space on the disk. The steps must work in a shell script. Ideally with
> syslinux/extlinux but if not possible then grub.
>
>
>
> echo format file system
> sudo mkfs.ext4 -F /dev/${DISK_DEVICE_NAME_CURRENT_OS}1
>
EFI requires a FAT filesystem. Ideally FAT32 but that might be encumbered
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 Aug 24
2
extending files slow on FAT filesystems
Hi,
I'm running Samba 3.0.23a on Linux. One of my share is a USB disk with
a FAT32 filesystem.
When copying large files from my Windows XP machine to this share,
smbd seem to "reserve" (by using ftruncate()) the space needed on the
USB disk before actually doing any copying. This ftruncate() operation
takes quite a while when the file is large. It may even cause the
client to time
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
2001 Nov 20
3
Is it possible to use wine with a journaling filesystem?
Hi there,
I installed my mandrake linux 8.1 with reiserfs. I would like to use wine
without my windows partition. Now I see the following text in the wine
man-page:
---
format: Filesystem=<fstype>
default: "win95"
Used to specify the type of the file system Wine should emulate on a given directory structure/underlying file system.
Supported types are "msdos" (or
2012 Apr 29
2
Correction to HowTos/InstallFromUSBkey
There's a mistake in HowTos/InstallFromUSBkey , so I'd like to ask that
someone fix it, or that I be given editing rights.
The mistake is that in the section on CentOS 6, step 8, the correct
command is "syslinux /dev/sdb1" (only).
Also, although this isn't a mistake, I'd like to suggest mentioning in
step 1 that the reason why part of the USB key has to be formatted
2020 May 22
3
Voidlinux integration
Hi there,
I despise complexity and Grub has been giving me headaches on Voidlinux..
https://www.reddit.com/r/voidlinux/comments/gk5h5c/everytime_i_update_void_i_need_to_manually/
I've switched to Syslinux, but I have the following queries.
??sda1 vfat FAT32 D91B-36F7 190.7M 61% /boot
??sda2 ext4 1.0 0dd25845-8fa5-41e9-b82c-c63c27cf5d18
2001 Dec 09
1
wine and microsoft word file write errors ???
Hello all,
Wine is getting solid enough that it is appropriate for some real work,
however it still is failing write with write errors from MS Word.
Updates, reads, edits, fonts, etc all seem to be fine. However any write
causes a disk full or permissions error. I am running as root root in
this case and other programs under wine write w/o error.
If it is any clue the file name shows up as