Displaying 20 results from an estimated 9000 matches similar to: "Limit dirs/filenames to old 8.3 DOS convention"
2018 Oct 30
2
Re: [PATCH nbdkit 4/4] Add floppy plugin.
On 10/28/18 5:13 AM, Richard W.M. Jones wrote:
> Create a virtual FAT-formatted floppy disk from a directory of files.
>
> For example:
>
> nbdkit floppy /path/to/directory
>
> The implementation of this is quite different from nbdkit-iso-plugin
> since we cannot use an external program. Instead this plugin
> synthesizes the MBR partition and FAT32 structures that
2018 Oct 28
6
[PATCH nbdkit 0/4] Add floppy plugin.
Add nbdkit-floppy-plugin, “inspired” by qemu's VVFAT driver, but
without the ability to handle writes.
The implementation is pretty complete, supporting FAT32, LFNs, volume
labels, timestamps, etc, and it passes both ‘make check’ and ‘make
check-valgrind’.
Usage is simple; to serve the current directory:
$ nbdkit floppy .
Then using guestfish (or any NBD client):
$ guestfish --ro
2015 Sep 18
1
file names format for c32 files
On 18/09/2015 15:23, Ady via Syslinux wrote:
>
>> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote:
>>>>
>>>> We have pxechn.c32 working with pxelinux.0 to switch between the two
>>>> system, but pxechn.c32 under Uefi come up with the folowing error
>>>
>>>
>>> @Developers, please consider using 8.3
2015 Sep 18
2
file names format for c32 files
On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote:
> >
> > We have pxechn.c32 working with pxelinux.0 to switch between the two
> > system, but pxechn.c32 under Uefi come up with the folowing error
>
>
> @Developers, please consider using 8.3 file names format for c32 files
> instead of such a long file name.
Example of such a long file name?
So
2018 Oct 30
0
Re: [PATCH nbdkit 4/4] Add floppy plugin.
On Tue, Oct 30, 2018 at 09:12:55AM -0500, Eric Blake wrote:
> >+/* Used for dealing with VFAT LFNs when creating a directory. */
> >+struct lfn {
> >+ const char *name; /* Original Unix filename. */
> >+ char short_base[8]; /* Short basename. */
> >+ char short_ext[3]; /* Short file extension. */
> >+ char *lfn;
2018 Oct 28
0
[PATCH nbdkit 4/4] Add floppy plugin.
Create a virtual FAT-formatted floppy disk from a directory of files.
For example:
nbdkit floppy /path/to/directory
The implementation of this is quite different from nbdkit-iso-plugin
since we cannot use an external program. Instead this plugin
synthesizes the MBR partition and FAT32 structures that are required.
To do: Implement bootable virtual floppy using syslinux. This is not
2020 Apr 15
0
[PATCH nbdkit 2/9] floppy, iso, split, ssh: Use new vector type to store lists of strings.
These plugins have in common that they store either a list of
allocated strings or a list of constant strings. Define either
string_vector or const_string_vector as appropriate and use it to
store these lists.
---
plugins/iso/Makefile.am | 1 +
plugins/split/Makefile.am | 1 +
plugins/floppy/virtual-floppy.h | 7 +++--
plugins/floppy/directory-lfn.c | 35 +++++++++-------------
2004 Jan 13
1
Long filenames and 8.3 conversion
Hello List,
Can anyone please help explain how Samba handles long
filename conversion to DOS 8.3 tilde format?
I have a client with a Windows app that works great when using
8.3 type filenames. When an attempt to use long filenames is
made, the files are created great and the data is there. But
when the app builds the index and attempt to retrieve the data
file is made, the wrong file is
2005 Jul 07
1
MS-DOS Magic ?
Hi all,
I've tried and retried to make some USB sticks bootable. I started by
making one partition, labeling it FAT16, copying a kernel, an initrd and
a very simple syslinux.cfg file. I ran syslinux /dev/sda1 on it.
Didn't boot. I tried placing on it the mbr.bin file ('cat mbr.bin >
/dev/sda') but still no boot. Then I tried various combinations of
these two. Labeling
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
2015 Sep 18
0
file names format for c32 files
> On Fri, Sep 18, 2015 at 02:01:32PM +0300, Ady via Syslinux wrote:
> > >
> > > We have pxechn.c32 working with pxelinux.0 to switch between the two
> > > system, but pxechn.c32 under Uefi come up with the folowing error
> >
> >
> > @Developers, please consider using 8.3 file names format for c32 files
> > instead of such a long file name.
2016 Mar 17
1
Updated status on UEFI compliant version of the pxechn-module
> >>>
> >
> > I have sent in the past two patches; one allows SL to chainload to efi
> > executives and the other one
> > allows to link the gnu-efi layer to a com32 module in order to access the
> > EFI firmware from the com32 code.
> > Despite minor changes I might've made during all this time that code
> > works...
>
> Do you
2017 Dec 22
2
Boot into dos
Hi.
I have some small utilities that is running in dos mode.
How can I boot into dos with different kinds of dos command with PXELinux?
My menu is working fine, but I'm not sure what I should add to run into dos.
My fixes.menu looks like this:
# Menu Start
MENU TITLE Fixes Menu
LABEL MainMenu
MENU LABEL ^Return to Main Menu
MENU GOTO .top
LABEL dosutils
MENU LABEL ^File
2012 Sep 01
1
Getting 8.3 samba short filenames in linux
From a windows client it is easy and fast to obtain from a samba share
both the long filenames and the short 8.3 names by using DIR /x. Is
there a way for a Linux client to obtain this same information swiftly
for a large directory listing - or indeed for the samba server to show
this information? The only way I have found is using smbclient's altname
function but I seem to have to call
2003 Jul 02
6
help: booting dos from syslinux/memdisk
Thanks for Remko for his help to solve the fractional cylinder problem.
But there is the second problem, the boot disk failure (see below << [B])
...
command line: initrd=disk.img harddisk c=2 h=256 s=63 BOOT_IMAGE=memdisk
Disk is hard disk, 16128K CHS=2/256/63 <<<< [A]
...
Loading boot sector... booting...
SYSLINUX 2.04
welcome!
boot: 1
[single dot]
2014 May 23
2
Syslinux DOS-based installer in FreeDOS
Testing the DOS-based Syslinux installer, syslinux.com, with the "-m"
parameter, I found that it works as expected under MS-DOS and its DOS
variants, but it seems to fail under FreeDOS (please correct me if
I'm wrong).
Using FreeDOS kernel v.2041 (386f32), Syslinux v.6.03-pre11 and
either FAT16 or FAT32 partitions, executing:
syslinux.com -m -i c:
or:
syslinux.com -f -m -i
2002 Nov 07
0
Can't get 8.3 filenames to lower the case
Hi,
I seem to have some trouble on default lowering the case on 8.3
filenames. I use the following settings but sometimes I still get a
8.3-compliant file with uppercased chars in my unix filesystem.
default case = lower
case sensitive = no
preserve case = yes
short preserve case = no
mangle case = no
mangling method = hash2
Any thoughts?
BTW. using HP/UX 11.00
1998 Jan 26
0
DOS style 8.3 filename mangling issues??!
Okay, I've run through all of the tests in the DIAGNOSE, which my 1.9.18p1 SAMBA
server (and NT4SP3/W95 clients) pass with flying colours.
server box: Linux 2.0.33, gcc 2.7.2.2, libc 5.4.33, shadow, quota on (usr+grp),
and my smb.conf is summarised (by testparm output) below:
Problem is this: with respect to programs not long filename-aware/compliant,
users cannot "double-click" on
1998 Oct 13
0
2.0.0-prealpha*: Only 8.3 filenames with NT 3.51?
Hi all,
We've been using the 2.0.0 prealpha's with some success, but
now I have run into a problem which I can't seem to solve.
The client, an NT 3.51 workstation logged in to an NT 3.51 PDC,
can't create long file names on a 2.0.0 prealpha Samba server.
For example, when renaming a file from 'readme.doc' to 'readme.pqrst',
'readme.pqr' is created. In
2004 Apr 12
0
Problem with Samba 2.2.8a-107 on SuSE 9.0 and 8.3 filenames
Hi...
I noticed a bug with samba 2.2.8a on my SuSE 9.0 box. I use the
UltraEdit text editor to edit my php files in a samba share. By default
this text editor places .bak files next to the changed file.
What I now noticed was this problem:
I edit a file 1234567.php and it generates a file 1234567.php.bak. I can
open and edit the 1234567.php normally.
I edit a file 123456789.php with the same