Displaying 20 results from an estimated 7000 matches similar to: "hidden files prohibited on FAT32"
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
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
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
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
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,
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 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,
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
2006 Jan 22
0
cant add files + variables ? (Newbe:)
First time samberer :)
I have a home network, samba server running on kubuntu, wifes system running
kubuntu and company laptop running XP.
To start with I want to just share files.
I can read files in shares from my wifes system but no matter what I do I
cannot add files to the mounted share. I get 'cannot create regular file ....
no such file or directory', even though the mounted
2005 Nov 10
1
pxelinux and bar
Has anyone been able to boot a bartpe image successfully using pxelinux or
does anyone know if this is impossible?
For those who don't know, bartpe is a legitimate way to make a trimmed
down installation of Windows XP or Server 2003 using your installation
media.
For more information on bartpe see:
http://www.nu2.nu/pebuilder
Basically the pebuilder gathers the minimum files needed to
2005 Nov 13
1
FW: pxelinux and bar
Have a look at the 911cd forums. I wrote the initial thread on RAM
booting WinPE.
To answer to question... memdisk won't work with Windows. Windows uses
32bit access (direct HW access) and memdisk relies on the BIOS. Any
programs that don't use the BIOS disk interfaces will not work. The
other problem is the allocation of memory. Windows doesn't respect the
memdisk allocation.
2007 Oct 14
1
This is a fsck log,what's the problem?
This is a fsck log of my computer ,everytime when boot the system show
this things,
what's the problem? And how can I cancel it when system boot?
Log of fsck -C -R -A -a
Sun Oct 14 21:00:34 2007
fsck 1.40.2 (12-Jul-2007)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hdb1: 18222 files, 425355/1053230 clusters
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hdb10: 22 files, 571488/1248831 clusters
2018 Jan 03
1
Structure of VBR in FAT32?
Sorry for the late response. I am set to digest on this list. One of my
chief complaints about mailman (besides non-searchable archives), is that
you can either get every message or digest, but not "digest except for
threads to which I have responded for which I want every message directly".
> The command line installers have the core module and the bootloader file,
all embedded
2016 Feb 26
0
[PATCH 1/5] fat: fix minfatsize for large FAT32
> > instead of _always_ adding "+1" (which would be
> > incorrect and inefficient from the point of view of the resulting
> > allocatable size).
>
> I carefully considered this, and I dispute the fact that this is incorrect.
>
(snip)
> Still, I won't prevent you (or anybody else interested) to provide a
> proper formula if you want. ;)
>
2016 Feb 25
0
[PATCH 1/5] fat: fix minfatsize for large FAT32
> Hi Ady,
>
> On 2016.02.25 02:08, Ady via Syslinux wrote:
> > There is an "extra" sector, in comparison to... what exactly?
>
> Sorry if I wasn't clear. I think I implied that the Large FAT32 fat size
> had an extra sector compared to minfatsize, when of course I meant the
> opposite (the Large FAT32 has one less sector than the minfatsize
>
2007 Dec 19
0
"force create mode" not enforced from linux client
My Samba v3.0.25b (in CentOS v5.1) has the smb.conf shown below. What
I'm seeing is that "force create mode" is not enforced when accessed by
a Linux CIFS client (Fedora 7).
On the server, user steve has a home directory of /home/steve, and the public
directory is /home/samba/public.
The shares are mounted from the client fstab like this:
//nemesis/steve /mnt/cifs/myhome cifs
2018 Jan 05
0
Structure of VBR in FAT32?
On Wed, Jan 3, 2018 at 2:38 AM, Avi Deitcher <avi at deitcher.net> wrote:
> Gene, thanks for doing "Reply-All". I only get digest, so this keeps me in
> the loop. Appreciated.
>
>> > which appears to be included in diskstart.inc. I will have to dig in and
>> > see
>> > how this all gets compiled (pointers always appreciated :-) ).
>>
2016 Feb 25
0
[PATCH 1/5] fat: fix minfatsize for large FAT32
> When trying to installing Syslinux on a FAT32 drive formatted using
> Ridgecrop's Large FAT32 formatting tool [1], the installer will bail due
> to the minfatsize check, as there is an extra sector being used. This
> fix addresses that.
>
> [1] http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
>
The expression:
"...as there is an extra sector being
2002 May 28
0
Samba + Fat32 partition = Corrupted files???
Hi, all!
I've a huge problem on my home network and I suspect
it is samba to blame:
Machine A:
Fileserver running on FreeBSD 4.5 + Samba 2.2.4
Has 2 discs: 1 UFS partition and other is 80GB FAT32 partition
Machine B:
Win2K Pro, with maped discs to shares both to \\A\UFS and \\A\FAT32
Whenever I write files B -> A using samba, the files are beeing corrupted,
but only on the shared FAT32