Hey.

Thanks! Just found the offending lines in the /etc/fstab file on the
nfs server...

The little things..


On Mon, Feb 12, 2018 at 7:38 PM, Rick Stevens <ri...@alldigital.com> wrote:
> On 02/12/2018 10:40 AM, bruce wrote:
>> Hi.
>>
>> I've screwed up a test system. Somehow I've managed to "link/attach" 3 dirs
>>
>> df -h  shows
>>
>> /dev/vda1        30G  9.0G   19G  33% /
>> tmpfs           499M     0  499M   0% /dev/shm
>> /dev/sda        296G  274M  280G   1% /cloud_nfs
>> /dev/sda        296G  274M  280G   1% /cloud_nfs_fetch
>> /dev/sda        296G  274M  280G   1% /cloud_nfs_parse
>>
>> /cloud_nfs is correct..
>>
>> /cloud_nfs_fetch
>> /cloud_nfs_parse
>>  -- are wrong...
>>
>> any thoughts on what I need to change to remove them??  
>> files/processes/etc...
>
> Er, "sudo lsof | grep cloud_nfs_" to see if anything's using those mount
> points. If not, then I'd assume something like
>
>         sudo umount /cloud_nfs_fetch
>         sudo umount /cloud/nfs_parse
>
> should unmount them. Also check your /etc/fstab and make sure they're
> not being mounted like that in the future.
> ----------------------------------------------------------------------
> - Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
> - AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
> -                                                                    -
> -      "Microsoft is a cross between The Borg and the Ferengi.       -
> -  Unfortunately they use Borg to do their marketing and Ferengi to  -
> -               do their programming."  -- Simon Slavin              -
> ----------------------------------------------------------------------
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to