LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Filesystem Mounted Improperly? (https://www.linuxquestions.org/questions/linux-software-2/filesystem-mounted-improperly-95150/)

Bigun 09-21-2003 10:25 AM

Filesystem Mounted Improperly?
 
I have NO idea what would have caused this! When I am looged in as root, I can see my mounted FAT32 Media partition and all of the files and directories just fine. When I am logged in as a user, all the directories show up as unknown files?

:confused:

Here is my /etc/fstab file:
/dev/hda2 /boot ext3 noauto,noatime 1 1
/dev/hda3 / ext3 noatime 0 0
/dev/hda6 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0
/dev/hda1 /mnt/win98 vfat uid=500,gid=500,rw,auto 0 0
/dev/hda5 /mnt/media vfat uid=500,gid=500,rw,auto 0 0

Ideas?

teval 09-21-2003 10:25 AM

/dev/hda1 /mnt/win98 vfat uid=500,gid=500,rw,auto 0 0
/dev/hda5 /mnt/media vfat uid=500,gid=500,rw,auto 0 0

Replace with

/dev/hda1 /mnt/win98 vfat rw,auto 0 0
/dev/hda5 /mnt/media vfat rw,auto 0 0

Try now

Bigun 09-21-2003 10:37 AM

No dice, still the same

shanenin 09-21-2003 10:57 AM

I think you have to run the command
#mount -a
after makong changes to /etc/fstab, or reboot

Bigun 09-21-2003 11:04 AM

I rebooted, changed were implemented. No dice. For good measure, I did it anyway, no dice.

Bigun 09-21-2003 11:34 AM

*whimper*

oh please, it has my perfectly-legal-ready-to-listen-to MP3's on it.....

shanenin 09-21-2003 11:55 AM

I would like to listen to "thin ice" by pink floyd now. But it is ripped using wma. So I need to get my mplayer working. BY the way nirvana kicks ass.

Bigun 09-21-2003 12:24 PM

Ummm.......wrong thread.......

shanenin 09-21-2003 12:29 PM

Sorry not tring to dilute your thread. You just mentioned not being able to access your music on your fat partiton, I was just relating to you I had a similar problem(not being able to play music from my fat partition). Nirvana kicks as was referring to your signature.

Bigun 09-21-2003 12:37 PM

ahhh, Nirvana does rule

Skyline 09-21-2003 01:08 PM

Try this:

/dev/hda5 /mnt/media vfat defaults,umask=000 0 0

if no luck try this:

/dev/hda5 /mnt/media vfat auto,rw,uid=500,umask=000 0 0

Bigun 09-21-2003 01:11 PM

I got it, the fstab paramaters are a little different in Gentoo.

I *did* have fstab setup like so:

/dev/hda5 /mnt/media vfat gid=500,uid=500,rw,auto 0 0

Now I've done it like so:

/dev/hda5 /mnt/media vfat gid=users,uid=bigun,rw,auto 0 0

Just a minor adjustment, thanks guys!


All times are GMT -5. The time now is 08:55 PM.