LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Folders copied from linux to fat32 partition don't show up. (https://www.linuxquestions.org/questions/slackware-14/folders-copied-from-linux-to-fat32-partition-dont-show-up-666923/)

glore2002 09-01-2008 02:41 PM

Folders copied from linux to fat32 partition don't show up.
 
Hello!

When copying folders from slackware to fat32 partition, many times they don't show up. What should I do to make sure they will be always shown.

In fstab, partition looks like this:
Code:

/dev/sda5        /media/fat32    vfat        auto,users,rw,umask=000    0  0
Thank you!
Glore2002.-

Road_map 09-01-2008 03:10 PM

Try
Code:

[...] vfat  noauto,user,rw  0 0
or
Code:

[...] vfat  defaults,rw,umask=000  0 0
in /etc/fstab.

glore2002 09-03-2008 05:43 AM

Thank you Road_map!
 
Thanks for your valuable help!

Glore2002.-


All times are GMT -5. The time now is 01:16 PM.