Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (2) </ [1] 2 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Supermount for user< Next Oldest | Next Newest >
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 22 2007,17:58 QUOTE

Hi,

I cannot force supermount to be used also by user.
The supermount is working only if I am root.
My etc/fstab looks like that:
Code Sample

[cut..]
/dev/fd0 /floppy supermount auto,user,fs=vfat,dev=/dev/fd0 0 0
/dev/cdrom /cdrom supermount auto,fs=iso9660,dev=/dev/cdrom 0 0
[cut...]
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: May 23 2007,17:05 QUOTE

It should be like this:

[cut..]
none /floppy supermount dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0
none /cdrom supermount dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0
[cut...]

Basicly it's
none  <mount point> supermount <supermountoptions>,--,<normal-options> 0 0

It's ok for you take my time, I'm having a good time..
Suggest you read the supermount faq


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 23 2007,17:51 QUOTE

Quote (curaga @ May 23 2007,13:05)
It should be like this:

[cut..]
none /floppy supermount dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0
none /cdrom supermount dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0
[cut...]

Basicly it's
none  <mount point> supermount <supermountoptions>,--,<normal-options> 0 0

It's ok for you take my time, I'm having a good time..
Suggest you read the supermount faq

Hi,

Thanx for the anwser...and well, I have read FAQ and not only that.
Anyway - I did as you say but now - even root can't "supermount"
To do that I have to:
Code Sample

#sudo mount /dev/cdrom /cdrom -t supermount -o /dev/cdrom,fs=iso9660


But as you can see it is not what we wanted
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: May 24 2007,12:37 QUOTE

Okay. How about this:

none /floppy supermount auto,dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0
none /cdrom supermount auto,dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0

I just added "auto" to the start, maybe it'll work.. If it won't, try this too:

/dev/fd0 /floppy supermount auto,dev=/dev/fd0,fs=vfat,--,auto,user,uid=1001,gid=50 0 0
/dev/cdrom /cdrom supermount auto,dev=/dev/cdrom,fs=iso9660,--,auto,user,uid=1001,gid=50 0 0

The point of "none" was that some buggy software doesn't work (like fuse) with supermount.. But if you don't use fuse, the later is ok too..


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
kreon28 Offline





Group: Members
Posts: 48
Joined: Oct. 2006
Posted: May 24 2007,16:12 QUOTE

Still nothing but I think it is not fstab fault! I checked lsmod and supermount is not loaded at all.
I pasted supermount in etc/modules and did depmod-a and update-modules but it did nothing.
When I do : modprobe supermount, the module is loaded but that is not remembered and after reboot supermount isn't loaded.
That's why fstab doesn't work and that is why it works only with:

#sudo mount /dev/cdrom /cdrom -t supermount -o /dev/cdrom,fs=iso9660
Back to top
Profile PM 
6 replies since May 22 2007,17:58 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (2) </ [1] 2 >/
reply to topic new topic new poll
Quick Reply: Supermount for user

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code