Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fstab problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
kamil_poland
n00b
n00b


Joined: 15 Aug 2005
Posts: 13

PostPosted: Wed Aug 24, 2005 1:54 pm    Post subject: fstab problem Reply with quote

Hi I have these to lines to mount my four partitions (two fat32 two ntfs) and they are working well but only when u am lgged as root. when i am a normal user i can't go to ntfs partitions. On fat32 when i click on a file or folder i see files but when i am trying to click a file or folder they're dissaperaing (in nautilus).
Here is a screenshot (partitions are called dyskc dyskdd dyske and dyskf) and here is the fstab:
# /etc/fstab: static file system information.
# $Header: /var/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.18.4.1 2005/01/31 23:05:14 vapier Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# See the manpage fstab(5) for more information.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 / ReiserFS notail 0 1
/dev/sda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/sda3 /mnt/dyskc ntfs
noatime,user,rw,unhide 0 0
/dev/sda5 /mnt/dyskd vfat
rw,user,auto,unhide 0 0
/dev/sda6 /mnt/dyske vfat
rw,user,auto,unhide 0 0
/dev/sda7 /mnt/dyskf ntfs
noatime,user,rw,unhide 0 0

# NOTE: The next line is critical for boot!
proc /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
What should i do????[/list]
oh and plesee write what permissions should have / folder (chmodd command or something)
thx
Back to top
View user's profile Send private message
linerminator
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 78

PostPosted: Wed Aug 24, 2005 2:16 pm    Post subject: Reply with quote

do your /etc/fstab entries really look like this?
Quote:
/dev/sda3 /mnt/dyskc ntfs
noatime,user,rw,unhide 0 0


if so, see if changing to:
Quote:
/dev/sda3 /mnt/dyskc ntfs noatime,user,rw,unhide 0 0

helps (ie.: keep everything that concerns one device on ONE line.)

regards
Back to top
View user's profile Send private message
kamil_poland
n00b
n00b


Joined: 15 Aug 2005
Posts: 13

PostPosted: Wed Aug 24, 2005 2:36 pm    Post subject: Reply with quote

I changed that but it didn't help. What else can i do?
Back to top
View user's profile Send private message
linerminator
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jul 2005
Posts: 78

PostPosted: Wed Aug 24, 2005 2:53 pm    Post subject: Reply with quote

i think this may help solve your problems: http://www.experts-exchange.com/Operating_Systems/Linux/Q_20228969.html

regards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum