Hi Dave. On Saturday 28 June 2014 06:35:31 Dave Festing wrote: > I just happened to be looking files in /etc (mini2440 root) > and noticed this entry in mtab (last line): > > gvfs-fuse-daemon /home/davef/.gvfs fuse.gvfs-fuse-daemon / > rw,nosuid,nodev,relatime,user_id=1000,group_id=1000 0 0 > > My first reaction was, because a long while ago I did have > a /home/davef directory on my mini2440, that I would do a > ptxdist clean root and ptxdist go. It is still there. > > So, I searched for gvfs-fuse-daemon, read about mtab and > was left wondering "how does this apply to my lil' mini2440 > without a desktop"? > > It seems more relevant to my Ubuntu desktop. I don't have > any problem, just curious why that line is there.
Where did you took the look into this file? On your target? Or in the "platform-mini2440/root/"? "platform-mini2440/root/etc/mtab" is a link to "/proc/mounts". If you read its content at your host you really read the "/proc/mounts" of your host :) And in this case the "gvfs-fuse-daemon[...]" line makes sense. Running this read command on your Mini2440 target should give you the Mini2440 point of view. Regards, Juergen -- Pengutronix e.K. | Juergen Borleis | Industrial Linux Solutions | http://www.pengutronix.de/ |
