Re: Floppy only 8.3 filenames

2002-06-23 Thread David O'Brien

On Sun, Jun 23, 2002 at 10:12:08AM +0200, Riccardo Torrini wrote:
> > msdos doesn't exist in -current (it has been renamed to msdosfs)...
> 
> Aarrgghh!  When it happens?

> # cd /sbin && ls -l mount*
> -r-xr-xr-x  1 root  wheel  347084 Apr 28  2001 mount_msdos
> -r-xr-xr-x  1 root  wheel  380812 May  8 02:48 mount_msdosfs

Sortly after Apr 28  2001.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-23 Thread Bruce Evans

On Sun, 23 Jun 2002, Riccardo Torrini wrote:

> On 23-Jun-2002 (05:36:10/GMT) Bruce Evans wrote:
>
> > msdos doesn't exist in -current (it has been renamed to msdosfs)...
>
> Aarrgghh!  When it happens?  I'm sure to miss something but here

More than a year ago.

> mount_msdos works (and in my /etc/fstab I have msdos not msdosfs).
> Is a manual removal required or would be done by installworld?

Manual removal is required for most things in -curret, including this,
unless you reallly want to keep them.

> This means that I must remove also all non May 8 mount files,
> mount_{fdesc kernfs mfs msdos null portal umap union} ?

Yes.  Most of these were renamed a few days before mount_msdos.

> (yes, my world is from may 8 (pre gcc_3.1), I'm rebuilding it now)

Some of the mount(2) interfaces were finally broken by converting
to nmount(2) a few days after that.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-23 Thread Riccardo Torrini

On 23-Jun-2002 (05:36:10/GMT) Bruce Evans wrote:

> msdos doesn't exist in -current (it has been renamed to msdosfs)...

Aarrgghh!  When it happens?  I'm sure to miss something but here
mount_msdos works (and in my /etc/fstab I have msdos not msdosfs).
Is a manual removal required or would be done by installworld?
This means that I must remove also all non May 8 mount files,
mount_{fdesc kernfs mfs msdos null portal umap union} ?

(yes, my world is from may 8 (pre gcc_3.1), I'm rebuilding it now)

# cd /sbin && ls -l mount*
-r-xr-xr-x  1 root  wheel  381700 May  8 02:48 mount
-r-xr-xr-x  1 root  wheel   74320 May  8 02:48 mount_cd9660
-r-xr-xr-x  5 root  wheel   73512 May  8 02:48 mount_devfs
-r-xr-xr-x  1 root  wheel   73032 May  8 02:48 mount_ext2fs
-r-xr-xr-x  1 root  wheel   64420 Apr 28  2001 mount_fdesc
-r-xr-xr-x  5 root  wheel   73512 May  8 02:48 mount_fdescfs
-r-xr-xr-x  1 root  wheel  378796 May  8 02:48 mount_ifs
-r-xr-xr-x  1 root  wheel   60608 Dec 19  2000 mount_kernfs
-r-xr-xr-x  5 root  wheel   73512 May  8 02:48 mount_linprocfs
-r-xr-xr-x  1 root  wheel  158764 Apr 28  2001 mount_mfs
-r-xr-xr-x  1 root  wheel  347084 Apr 28  2001 mount_msdos
-r-xr-xr-x  1 root  wheel  380812 May  8 02:48 mount_msdosfs
-r-xr-xr-x  1 root  wheel  377564 May  8 02:48 mount_nfs
-r-xr-xr-x  1 root  wheel  372328 May  8 02:48 mount_ntfs
-r-xr-xr-x  1 root  wheel   64868 Apr 28  2001 mount_null
-r-xr-xr-x  1 root  wheel   73404 May  8 02:48 mount_nullfs
-r-xr-xr-x  1 root  wheel  406108 May  8 02:48 mount_nwfs
-r-xr-xr-x  1 root  wheel  375968 Apr 28  2001 mount_portal
-r-xr-xr-x  1 root  wheel  414108 May  8 02:48 mount_portalfs
-r-xr-xr-x  5 root  wheel   73512 May  8 02:48 mount_procfs
-r-xr-xr-x  1 root  wheel8988 May  8 02:48 mount_smbfs
-r-xr-xr-x  5 root  wheel   73512 May  8 02:48 mount_std
-r-xr-xr-x  1 root  wheel   72776 May  8 02:48 mount_udf
-r-xr-xr-x  1 root  wheel   77752 Apr 28  2001 mount_umap
-r-xr-xr-x  1 root  wheel   87300 May  8 02:48 mount_umapfs
-r-xr-xr-x  1 root  wheel   64932 Apr 28  2001 mount_union
-r-xr-xr-x  1 root  wheel   73532 May  8 02:48 mount_unionfs
-r-xr-xr-x  1 root  wheel  390668 May  8 02:48 mountd


Riccardo.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-22 Thread Bruce Evans

On 22 Jun 2002, Jan Stocker wrote:

> i am sure on my old 4.x system i was able to mount my floppy-disc and
> can use long filenames, but on my -current
>
> mount -t msdos /dev/fd0 /mnt
>
> leads to 8.3 lowercase
> and
>
> mount -t msdos /dev/fd0c /mnt
>
> the first time to 8.3 uppercase and the following to 8.3 lowercase...

msdos doesn't exist in -current (it has been renamed to msdosfs), so
"mount -t msdos ..." should just print a message about mount_msdos
not being found.  Perhaps you have an old version of mount_msdos.  It
might not work, since the mount family is one of the main areas where
-current breaks binary compatibility.  Similarly for the msdos module,
except breakage of binary compatibility is normal for all modules.
Getting a different result the second time (after loading a module)
looks more like a problem with the module than with the mount program.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-22 Thread Jan Stocker

This really helps and further mounts without the option will mount the
floppy with longnames, but i am sure i never used such an option. 

Thanx
Jan

On Sat, 2002-06-22 at 23:07, Brian K. White wrote:
> 
> - Original Message -
> From: "Jan Stocker" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Saturday, June 22, 2002 4:50 PM
> Subject: Re: Floppy only 8.3 filenames
> 
> 
> > /dev/ad0s1  /dosmsdos   rw  0  0
> >
> > looks quite longfilenamed on my FAT32 slice since ages...
> >
> > On Sat, 2002-06-22 at 22:48, Peter Hessler wrote:
> > > MS-DOS can only handle 8.3 file names.  It's by design (MS not
> FreeBSD).
> > >
> > >
> > > /snip/
> > > > mount -t msdos /dev/fd0 /mnt
> > > 
> > > /snip/
> > >
> > > --
> > > Peter Hessler
> > > <[EMAIL PROTECTED]>
> > >
> > > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > > with "unsubscribe freebsd-current" in the body of the message
> 
> ugh top-posting...
> 
> perhaps try forcing it with -o longnames ?
> 
> Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
> +[>+++[>+>+++<<-]<-]>>+.>.+.+++.-.[>+<---]>++.
> filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-22 Thread Brian K. White


- Original Message -
From: "Jan Stocker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 22, 2002 4:50 PM
Subject: Re: Floppy only 8.3 filenames


> /dev/ad0s1  /dosmsdos   rw  0  0
>
> looks quite longfilenamed on my FAT32 slice since ages...
>
> On Sat, 2002-06-22 at 22:48, Peter Hessler wrote:
> > MS-DOS can only handle 8.3 file names.  It's by design (MS not
FreeBSD).
> >
> >
> > /snip/
> > > mount -t msdos /dev/fd0 /mnt
> > 
> > /snip/
> >
> > --
> > Peter Hessler
> > <[EMAIL PROTECTED]>
> >
> > To Unsubscribe: send mail to [EMAIL PROTECTED]
> > with "unsubscribe freebsd-current" in the body of the message

ugh top-posting...

perhaps try forcing it with -o longnames ?

Brian K. White  --  [EMAIL PROTECTED]  --  http://www.aljex.com/bkw/
+[>+++[>+>+++<<-]<-]>>+.>.+.+++.-.[>+<---]>++.
filePro BBx  Linux SCO  Prosper/FACTS AutoCAD  #callahans Satriani



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-22 Thread Jan Stocker

/dev/ad0s1  /dosmsdos   rw  0  0

looks quite longfilenamed on my FAT32 slice since ages...

On Sat, 2002-06-22 at 22:48, Peter Hessler wrote:
> MS-DOS can only handle 8.3 file names.  It's by design (MS not FreeBSD).
> 
> 
> /snip/
> > mount -t msdos /dev/fd0 /mnt
> 
> /snip/
> 
> -- 
> Peter Hessler
> <[EMAIL PROTECTED]>
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Floppy only 8.3 filenames

2002-06-22 Thread Peter Hessler

MS-DOS can only handle 8.3 file names.  It's by design (MS not FreeBSD).


/snip/
> mount -t msdos /dev/fd0 /mnt

/snip/

-- 
Peter Hessler
<[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Floppy only 8.3 filenames

2002-06-22 Thread Jan Stocker

Hi,
i am sure on my old 4.x system i was able to mount my floppy-disc and
can use long filenames, but on my -current

mount -t msdos /dev/fd0 /mnt

leads to 8.3 lowercase
and 

mount -t msdos /dev/fd0c /mnt

the first time to 8.3 uppercase and the following to 8.3 lowercase...

Does my mind playing with me???

Jan




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message