Page 1 of 1

[SOLVED] mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 5:21 am
by roadrash
For some reason Mint 5 RC1 doesn't allow anyone other than a superuser to mount any of my hard disk partitions without asking for a password. I have got around this problem by setting up all the Fat32 partitions in system settings disk & file system section so they can be mounted by any user but I still cant mount my only NTFS partition without a password. I think NTFS file systems are handled by ntfs-3g but can someone tell me how I can set it to allow any user permission to mount it.

Here is how my fstab looks at present. The NTFS partition should be sdb1but i dont see it.
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda8
UUID=6628dd32-d48c-46c0-93ac-b2814898a1e4 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda10
UUID=8059f724-71f6-4314-89ed-4b84a5271c44 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda6 /media/PCLOS/ auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/sda9 /media/Storage/ auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
<device> <mount\040point> auto nouser,noauto,atime,rw,nodev,noexec,nosuid 0 0
/dev/sda7 /media/Freespire/ auto user,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/sda5 /media/Mepis/ auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/sda1 /media/sda1/ auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0

Re: mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 6:16 am
by kanishka
Yeah I noticed it too. I don't pay to much attention to it, however it would be less hassle to mount my NTFS partition without typing a password.

Re: mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 9:13 am
by roadrash
I tried adding the line /dev/sdb1 /mnt/sdb1 ntfs-3g noauto users 0 0 to the fstab but i just got a pemission denied error.

It must be possible to make this partition mountable without the need for a password. any Ideas anyone?

Re: mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 9:38 am
by Fred
roadrash,

Try this and see if it doesn't work a little better. Open a terminal and type:

sudo mkdir /media/sdb1

kdesu kate /etc/fstab

This will open fstab for editing. Then put this line in instead of the one you have.

/dev/sdb1 /media/sdb1 ntfs defaults,umask=007,gid=46 0 2

Save and close the file and the terminal. Reboot and see if that doesn't work better for you.

Fred

Re: mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 10:12 am
by roadrash
Thanks very much Fred, adding that line to my fstab did the trick. My ntfs partition is mounted at startup now.

Re: [SOLVED] mount patitions in NEW Mint 5 RC1 beta 045

Posted: Sat Aug 09, 2008 3:48 pm
by merlwiz79
This is kind of stupid of Ubuntu to remove the part that automatically adds all drives to mount after install.
The way to do it now is to select manual during the partition part of the installer.
Set up the partitions for the install / and swap.
Then use the edit partition.(I thin that's the correct name since I install using the German translations)
While editing the partition you change do no use to the filesystem type.
Then add the mount point(Example /media/sdb1 )
Make sure not to check format.