Re: LONG FILE NAMES

2001-02-25 Thread David B . Harris
To quote "D. Hoyem" <[EMAIL PROTECTED]>, # attempted to put them in the /mount directory, one # would go there but the other would not... both were # labeled vfat:win95 and I assume that you can not have # 2 of the same in /mount. The problem is that when I You can only mount one partition per di

Re: LONG FILE NAMES

2001-02-25 Thread D. Hoyem
Thanks for being the focus point I figured out this problem.. the /etc/fstab had hda1 and hdb1 listed as msdos instead of vfat. --- "D. Hoyem" <[EMAIL PROTECTED]> wrote: > I have Debian installed on hdb2(swap) and hdb3(/), > hdb1 is a small vfat partation. hda is > exclusssively > vfat wind98 prog

Re: Long file names

1998-11-11 Thread Ben Collins
You will need to mount it with '-t vfat' which let's you read the windows 95 long file names. This is assuming you have the vfat module for the kernel already installed. hope that helps On Wed, Nov 11, 1998 at 08:26:06AM -0500, Jeff Miller wrote: > Hello, > > I have a question that I am sure has

Re: Long file names

1998-11-11 Thread Rodrigo Moya
>Hello, > >I have a question that I am sure has been asked before, but... > >When I mount my Win98 drive from Linux, the file names are shrunk. What do I have to do to see the whole name? > >Thanks in advance! > > You have to mount the drive with: mount -t vfat This works pretty well

Re: Long file names

1998-11-11 Thread Nathan E Norman
On Wed, 11 Nov 1998, Jeff Miller wrote: : Hello, : : I have a question that I am sure has been asked before, but... : : When I mount my Win98 drive from Linux, the file names are shrunk. What do I have to do to see the whole name? mount -t vfat /dev/hda4 /mnt (use the appropriate device

Re: Long file names

1998-11-11 Thread Helge Hafting
> When I mount my Win98 drive from Linux, the file names are shrunk. What do I > have to do to see the whole name? > Mount the filesystem as type "vfat" instead of "msdos". It is more than a msdos filesystem. Vfat get the long names right. Helge Hafting