Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: jls on October 03, 2010, 10:41:11 AM

Title: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: jls on October 03, 2010, 10:41:11 AM
if I try to mount a device using e17 file manger I get an error, if I delete the line relative to the device in /etc/fstab and I create a dir called /media it works
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: tinypoodle on October 03, 2010, 11:01:36 AM
Is that so for all devices, including hard disk partitions, or only for removable media?
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: jls on October 03, 2010, 11:24:53 AM
why this should make a difference?
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: tinypoodle on October 03, 2010, 11:44:27 AM
why this should make a difference?

http://www.pathname.com/fhs/pub/fhs-2.3.html#MEDIAMOUNTPOINT
http://www.pathname.com/fhs/pub/fhs-2.3.html#MNTMOUNTPOINTFORATEMPORARILYMOUNT
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: jls on October 03, 2010, 11:53:57 AM
can we solve the removable for the moment?
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: tinypoodle on October 03, 2010, 11:58:49 AM
Random idea to try, make /media a symlink to /mnt and see what happens?
(of course this requires that there is no existent directory "/media" first)
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: jls on October 03, 2010, 12:14:04 PM
alreay tried.
The error is: imposible to mount the device /org/freedesktop/volume/uuid....
/media/.......
org.freedesktop.HalDevice.Volume.PermissionDenied
Device /dev/sda1 is listed in /etc/fstab. Refiusing to mount.

If I remove the sda1 line in /etv/fstab it works
Title: Re: e17: hal: cannot mount unless I delete the relative row in /etc/fstab
Post by: curaga on October 03, 2010, 12:29:11 PM
Not our problem. If HAL wants to mount it into an arbitrary spot, instead of using the unix standard method of being specified in fstab, their bug.