Skip to Content.
Sympa Menu

baslinux - Re: [BL] long filenames

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Karolis Lyvens <karolisl AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] long filenames
  • Date: Wed, 31 Jan 2007 19:14:03 +0200

On Wed, Jan 31, 2007 at 03:13:58PM +1030, Greg Mayman wrote:
> On Tue, 30 Jan 2007 14:05:41 +1300, 3aoo-cvfd AT dea.spamcon.org wrote:
>
> > The BL3 system startup file is: /etc/rc
>
> I edited /etc/rc and added the line 'insmod vfat' then I rebooted.
>
> Then I performed the following:
>
> mount -t vfat /dev/fd0
> ls /fd
>
> This gave me a list of the files but with the short filenames.
>
> umount /fd
> mount -t vfat /dev/fd0 /mnt
> ls /mnt
>
> The list of files was now in the longname format.
>
> Very odd....

Take a look at "/etc/fstab". If you want to make the first command
sequence work, do this:

Look into line that has "/dev/fd0" in it. Substitute "msdos"
(this is FS type in this context, not OS) with "vfat". Save the
file, reboot and look whether you now have long filenames in the
floppy. The floppy should be mounted on "/fd".

Karolis




Archive powered by MHonArc 2.6.24.

Top of Page