similar to: Directory names are converted to lower case

Displaying 20 results from an estimated 40000 matches similar to: "Directory names are converted to lower case"

2003 Oct 01
1
PATCH: option to ignore case in filenames
I have two DOS filesystems mounted on Linux as "vfat" which I want to rsync. (They are on flash cards, so that they are also small). rsync gets tricked because the filesystem treats names differing in only case as the same. Thus, when it tries to sync "FOO123" with "foO123", it copies over the "new" file, and then renames it over the old one (which it
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
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
2008 Apr 05
1
Lower-case filenames on receiver side
Hi everybody, i've been using rsync for quite some time to sync files between my laptop and my desktop for example i use the following to backup the music library (from Mac to Linux) > rsync -rvzu --exclude=.DS_Store --delete --exclude 'Podcasts/*' > $LOCAL_MUSI $REMOTE_MUSIC >> $LOGFILE An odd thing i always noticed is that some files were always copied, even
2008 Jun 04
5
DO NOT REPLY [Bug 5520] New: Rsync cannot copy to a vfat partition on kernel 2.6.25+
https://bugzilla.samba.org/show_bug.cgi?id=5520 Summary: Rsync cannot copy to a vfat partition on kernel 2.6.25+ Product: rsync Version: 3.0.3 Platform: All URL: https://bugzilla.redhat.com/show_bug.cgi?id=449080 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core
2007 Dec 09
1
Formating and Mounting Partitions giving problems
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <small>Hi <br> After the installation of </small><small>Windows and L</small><small>inux on my desktop.I partitioned the disk space under Windows and kept the partitions as
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,
2016 Nov 17
0
?==?utf-8?q? samba 4.5.1 DC: attribute names are upper-case converted on replication
hi, there are just 2 bug-rports: https://bugzilla.samba.org/show_bug.cgi?id=12399 https://bugzilla.samba.org/show_bug.cgi?id=12302 Regards, Heinz Am Donnerstag, 17. November 2016 00:00 CET, Norbert Hanke via samba <samba at lists.samba.org> schrieb: > Hi, > > I have set up a fresh DC from scratch using samba 4.5.1 with Bind9, > added another DC, all strictly following
2016 Mar 02
1
[PATCH] make-fs: print error message on mkfs failure
This makes a bit easier to diagnose failures on mkfs, without the need to restart the filesystem creation with verbose output (which will produce a lot more output). --- make-fs/make-fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-fs/make-fs.c b/make-fs/make-fs.c index ff291a1..561c6ae 100644 --- a/make-fs/make-fs.c +++ b/make-fs/make-fs.c @@ -773,8 +773,8 @@
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:
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
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"
2008 May 26
3
Real Dos name of file
Is there a tool that can tell me the real dos name to long dos name mappings of a file in linux? in windows? I can come close with using md5 sums but if there are copies of files then deleting the wrong one would be a problem area. In linux I normally have the boot partition mounted as vfat so that the default kernel installer can write files like normal. Is there an easy way to know the dos
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:
1999 Jun 23
1
ERROR: Failed to initialize share modes!
I've been getting this error when clients attempt to connect. testparm passes OK, and smbd and nmbd launch OK, but when a client attempts to connect I get the following error messages (in the log): locking/shmem.c:smb_shm_open(930) ERROR smb_shm_open : mmap failed with code Invalid argument locking/locking.c:locking_init(169) ERROR: Failed to initialize share modes! I've been trying
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 Mar 30
1
Problem with 2GB USB Pendrive
Hi, i'm trying to create an ubuntu live-pendrive using this tutorial http://www.pendrivelinux.com/2007/02/12/usb-ubuntu-tutorial-for-linux-users/ I have a 2GB USB Pendrive. When I insert the pendrive, /var/log/messages says: kernel: usb 5-5: new high speed USB device using ehci_hcd and address 35 kernel: usb 5-5: configuration #1 chosen from 1 choice kernel: scsi13 : SCSI emulation for USB
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
2016 Nov 16
3
samba 4.5.1 DC: attribute names are upper-case converted on replication
Hi, I have set up a fresh DC from scratch using samba 4.5.1 with Bind9, added another DC, all strictly following the instructions in the samba wiki. Samba was built from the source tarball on debian/raspbian 8u8 (Jessie), Bind9 is 9.9.5-9 coming with the OS. Everything appears to be in a working order: I can join Windows workstations, add Users with RSAT, etc. Only when comparing the
2000 Apr 10
1
Kernel Bug in file.c 69 (experimental kernel)
-----BEGIN PGP SIGNED MESSAGE----- Hello samba team, hi there when I try to copy, move to the Samba server it generates a nice kernel bug. I'm currently running samba-2.0.7-pre3 but samba-2.0.6 also has this problem. Reading files off the vfat share works fine. Also writing small ascii and binary files works, but if the binary file is about 3 Mb or larger. I'm currently running