Re: Brainless Debian Stable installation and usage?

2014-03-07 Thread kalanga
This web site has instructions on how to perform a debian install from a net install image to build a full desktop environment (including latest iceweasel and flash): http://l3net.wordpress.com/2013/07/05/light-debian-linux-for-family-and-friends/ The only change I would make to the above instruc

[SOLVED] Re: Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-23 Thread kalanga
> After mounting the card, run chown to set the mmc root directory > (/media/) owner to your regular user. AFAIK, unixy > filesystems such as ext3 cannot be told to ignore user permissions. Yes! This worked. I think LXDE was acting appropriately given that the mmc card was formated ext3 instead

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> Or use pmount: > > $ pmount /dev/mmcblk0p1 > (do your thing) > $ pumount /dev/mmcblk0p1 I tried this as non-root and it mounted the mmc at /mount/mmcblk0p1. However, it was still owned by root and there were no write permissions for other users. When I tried to copy a file to it as non-root i

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
I did try to put an entry in fstab with a user option but it did not work. I created a directory /mnt/mmc and tried to mount /dev/mmcblk0p1 as ext3 with user option. Nothing changed. Still mounted at /media/ with root owner. Could not write to it as non-root user. Thanks -- To UNSUBSCRIBE, em

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> I will start the guessing by asking about gnome-volume-manager because > no one else suggested anything better. :-) Do you have it installed? > > dpkg -l gnome-volume-manager Apparently it is not installed. I get "no packages found matching gnome-volume-manager" > While changing media: >

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> I don't know about GNOME. But you 'might' get some information with:- > # grep mmc /var/log/messages > > Also try the following for clues *after* device is plugged in:- > $ mount | grep mmc > > e.g. to find what mounted a removable USB flash device labelled > 5CB5-7511 $ mount | grep -i 5cb5 >

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-21 Thread kalanga
On Sat, 21 Dec 2013 11:41:21 -0700 Bob Proulx wrote: > > Question. There are (at least) two different ways to mount removable > media. > > 1) Is there an entry in /etc/fstab for it? If so does it have the > "user" flag on it? Here is a typical entry for a cdrom showing the > "user" flag. An