Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Language translations
now possible!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
TCB Bugs
»
mount permissions
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: mount permissions (Read 2995 times)
dentonlt
Sr. Member
Posts: 318
mount permissions
«
on:
February 22, 2009, 02:45:00 AM »
Mount requires superuser, even if /etc/fstab says a file system can be mounted by any user (option 'users').
Maybe this was intentional?
Maybe this snuck in when mount changed in 1.1 (
http://forum.tinycorelinux.net/index.php?topic=597.msg3632#msg3632
)?
My own fix is via:
chmod a+s /bin/mount
chmod a+s /bin/umount
Still obeys fstab, but allows users to run mount at CLI.
Logged
roberts
Retired Admins
Hero Member
Posts: 7361
Founder Emeritus
Re: mount permissions
«
Reply #1 on:
February 24, 2009, 07:03:46 PM »
Perhaps you are using and extension or remaster?
umount in the base is a busybox applet so doing chmod a+s is making busybox superuser.
Logged
10+ Years Contributing to Linux Open Source Projects.
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
TCB Bugs
»
mount permissions