i do this it mounts drive but wont let me do anything to it

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

Press alt+f2 and type
Code:

gedit /etc/mtab

this will open mtab in gedit ... the last line should be /dev/sdb5 /media/sdb5 ......

Press alt+f2 again and type
Code:

gksu gedit /etc/fstab

this will open fstab in gedit.

Copy the last line in mtab and paste it as a new last line in fstab, save fstab and exit. i do that it automounts but disk says permissions not determinable as user or root cant put anything on it
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Fred

Re: i do this it mounts drive but wont let me do anything to it

Post by Fred »

leo5111,

Please post the line you put into /etc/fstab

Fred
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

/dev/sdb5 /media/New\040Volume fuseblk rw,nosuid,nodev,noatime,allow_other,blksize=4096 0 0
Fred

Re: i do this it mounts drive but wont let me do anything to it

Post by Fred »

leo5111,

What kind of partition is it? An ext3, NTFS, something else?

Fred
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

i tried with partitoner making a ext2 or ext3 same thing mounted fine couldnt access em :(
Fred

Re: i do this it mounts drive but wont let me do anything to it

Post by Fred »

leo5111,

Make your partition ext3 and try this: (substitute your user name for mine in all cases)

mkdir /home/fred/some_folder_name

gksu gedit /etc/fstab

This will open your fstab file for editing. Insert the following line at the end of the file. Save and close.

/dev/sdb5 /home/fred/some_folder_name ext3 auto,users,rw,noexec,noatime,nodiratime,nobh, 0 2

Reboot and see if that doesn't work better for you.

Fred
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

i will but i think something was phooey with my install because before even my automount adventures i didnt make much of it at time but if i select swap user to login as root i get a blank screen pressing switch user gives blank screen login screen doesnt appear
Fred

Re: i do this it mounts drive but wont let me do anything to it

Post by Fred »

leo5111,

Hummm... sounds suspicious. Are you sure your CD was good? It kinda sounds like a bad install.

Fred
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

i wonder if was a update or soemthing, i ran md5 checker took md5 i got off mint 5 64 downloads and checked my image the md5 matches :?
leo5111
Level 4
Level 4
Posts: 326
Joined: Tue Mar 11, 2008 2:32 am
Location: Escaped From Xp Hell

Re: i do this it mounts drive but wont let me do anything to it

Post by leo5111 »

linux 4 i used to make a ext3 with partition magic in windows put my stuff on the drive then install mint 4 do the commands i showed you and voila! my drive was mountable and useable had to go in as root and set permissions but after that was all gravy mint 5, 64 get permissions not determinable same with mint 6, 64 rc1
Locked

Return to “Storage”