Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
get mount'd ntfs drive on gnome desktop [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
infiniteedge
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2004
Posts: 149

PostPosted: Fri Sep 23, 2005 5:26 am    Post subject: get mount'd ntfs drive on gnome desktop [SOLVED] Reply with quote

I want my mounted ntfs and fat windows drives to show up on my gnome desktop like my usb stick does when I insert it (hal+dbus+gnome-volume-manager). How do I do that?

My fstab looks like this right now:
Code:
# This file is edited by fstab-sync - see 'man fstab-sync' for details
# /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               /boot           reiserfs        notail,noatime  1 2
/dev/sda3               /               reiserfs        noatime         0 1
/dev/sda2               none            swap            sw              0 0
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         noauto,ro       0 0
#/dev/fd0               /mnt/floppy     auto            noauto          0 0

/dev/sdb1               /mnt/ntfs       ntfs            uid=1000,gid=100        0 0
/dev/sdb2               /mnt/fat        vfat            uid=1000,gid=100        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
/dev/hdc                /media/cdrecorder       auto    user,exec,noauto,managed 0 0


Last edited by infiniteedge on Sat Sep 24, 2005 6:31 am; edited 1 time in total
Back to top
View user's profile Send private message
oshman
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2005
Posts: 124
Location: Houston, TX

PostPosted: Fri Sep 23, 2005 6:19 am    Post subject: Reply with quote

I tried to do something similar a while back but when I attempted to place a short-cut to the drive and place it on the desktop it began to copy all the files on the mounted drive. SOmething I didn't want. To my knowledge you can't do this with out copying ALL the files as well.
_________________
Fujitsu Lifebook S6520 Core 2 Duo
Back to top
View user's profile Send private message
paul555
l33t
l33t


Joined: 22 Nov 2004
Posts: 612
Location: Greece

PostPosted: Fri Sep 23, 2005 11:27 am    Post subject: Reply with quote

Well i am not sure but try to add noauto to the options of the two partitions (ntfs vfat ) you want
_________________
"LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly." :)
http://www.gnome.gr
Back to top
View user's profile Send private message
infiniteedge
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2004
Posts: 149

PostPosted: Fri Sep 23, 2005 6:29 pm    Post subject: Reply with quote

Symlinks works, but I'd rather a solution where nautilus recognizes it as a drive and adds links to it in all the appropriate places.

I'd like it to be mounted at boot-time, therefore auto is fine with me right now.
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Fri Sep 23, 2005 11:39 pm    Post subject: Reply with quote

Try adding the "user" parameter to your ntfs partition in fstab.
Back to top
View user's profile Send private message
infiniteedge
Tux's lil' helper
Tux's lil' helper


Joined: 03 Mar 2004
Posts: 149

PostPosted: Sat Sep 24, 2005 6:31 am    Post subject: Reply with quote

awesome! that absolutely worked! thank you!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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