Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
long filename
Name: gguyen Date: May 6, 2006 at 13:05:48 Pacific OS: LINUX UBUNTU CPU/Ram: PIII800
Comment:
Hello, I am running Ubuntu and mounted FAT32 on one of my folders. But it cant recognize long filename and displays as filena~1 etc. Is there a way to solve this? THanks!
Are you sure that is is mounted as vfat? Did you mount it by hand or by editing fstab? The command should generally look something like: $ sudo mount -t vfat -o umask=0 /dev/hda1 /mnt/windoze
The umask=0 option allows for read/write access for all users.
Summary: You could possibly change all the spaces in the names to underscores, although using the tab auto-complete and the "\" escape character may be preferrable. Hang on a sec, I'm talking crap. You said DO...
Summary: When I view files from a windows machine in explorer they are only shown in the old 8.3 file format, no long filenames. These files are on a network coming from a fedora linux server...any idears... ...