You are not logged in.

#1 2004-04-01 03:11:07

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Windows Partition Permissions

# 
# /etc/fstab: static file system information
#
# <file system>        <dir>     <type>    <options>              <dump> <pass>

/dev/cdroms/cdrom0     /mnt/cd   iso9660    user,noauto,ro,unhide  0      0
/dev/cdroms/cdrom1     /mnt/cd2  iso9660    user,noauto,ro         0      0
/dev/fd0           /mnt/fl   vfat       rw,users,noauto        0      0
none                   /proc     proc       defaults               0      0
none                   /dev/shm  tmpfs      defaults               0      0
none               /dev/pts  devpts        defaults               0      0
tmpfs                  /tmp      tmpfs      size=2G,nr_inodes=10k  0      0

/dev/hda5           /mnt/win  vfat         users,rw,       0      0
/dev/hdb1            /      ext3        defaults           0      0
/dev/hdb5            swap     swap        defaults           0      0

That's my fstab.  When root mounts all, he mounts the windows partion.  This makes permission denied for regular users.  What can I do to make it atuomatically available but accessable to all users?


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#2 2004-04-01 06:46:01

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Windows Partition Permissions

Here's mine

/dev/discs/disc0/part1 /mnt/dos vfat users,defaults,umask=0 0 0

HTH

Mr Green


Mr Green

Offline

Board footer

Powered by FluxBB