On 10/21/14 18:22, Angelo Moreschini wrote:
> [root@zorro ~]# df
> Filesystem                    1K-blocks     Used Available Use% Mounted on
> /dev/mapper/fedora_zorro-root  51475068 10193640  38643604  21% /
> devtmpfs                        2008872        0   2008872   0% /dev
> tmpfs                           2019216       92   2019124   1% /dev/shm
> tmpfs                           2019216      936   2018280   1% /run
> tmpfs                           2019216        0   2019216   0% /sys/fs/cgroup
> tmpfs                           2019216       92   2019124   1% /tmp
> /dev/sdc1                        487652   149507    308449  33% /boot
> /dev/mapper/fedora_zorro-home 905171984 13348332 845820452   2% /home
> /dev/sdd1                     409599996    83776 409516220   1% 
> /run/media/angelo/source_sync
> /dev/sdd2                     567128060    86000 567042060   1% 
> /run/media/angelo/svn_rep_backup
>
>
>
>
> [root@zorro ~]# fuser -m /dev/sdd1
> /dev/sdd1:            2012
>
> [root@zorro ~]# fuser -m /dev/sdd2
> /dev/sdd2:            2017

As you can see from the output of "df" they already are mounted....

The desktop you are using is probably configured to auto-mount removable 
media....which USB disks are considered to be.  What desktop are you using?  
GNOME?  

One thing to try is.....

umount /run/media/angelo/source_sync
umount /run/media/angelo/svn_rep_backup
disconnect the drive from the system
make the suggested changes to the fstab
reconnect the drive and check to see if the mounts are done to the points 
specified in the fstab.

I'm not certain what takes precedence as I don't use GNOME and I don't have my 
system configured to auto-mount removable media.

-- 
If you can't laugh at yourself, others will gladly oblige.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to