Unable to Mount Partition
Getting error while mounting the partition
Error – Already mounted or busy
Answer:
- check if there is any process using that device (/dev/sda1). It is often a fsck process which runs automatically on system startup. You can check it quickly e.g. by
ps aux | grep sdb1
- If already mounted, unmount using
sudo umount -f /dev/sdb
- Check mount point mapper details if any old logical volume mount u can remove using
dmsetup remove /dev/mapper/[device]
Related Articles
How to create Partition
Question: How to create partition and Logical Volume Partition Answer: Creating Partion and LV partition First new disk partition to be created fdisk can be used for disk lesser than 2TB. For greater than 2TB we need to used gparted Partition ...
Unable to delete archive index when we are facing space issue in archive partition 399
Solution Document Unable to delete archive index when we are facing space issue in archive partition Overview General/Customer specific General Author Rukmini Reviewer Nishanth Approver Ravi Release date 13/09/2021 Product Version ...
NFS Mount Point Disk Space Usage Breached The Threshold 357
Solution Document NFS Mount Point Disk Space Usage Breached The Threshold Overview General/Customer specific Sify TSL Author Rukmini Reviewer Seema Approver Rukmini Release date 01/07/2022 Product Version ...
Logbeat started reading very much old files as well when mount point is placed
Question: In RBL, for a given case, the mount point got removed where logs are updating. Now when mount point is placed logbeat started reading very much old files as well. How can we exclude old files? Answer: ignore_older argument is available in ...
Unable to install logbeat Agent 358
Solution Document Unable to install logbeat Agent Overview General/Customer specific General Author Rachita Reviewer Seema Approver Sendil Release date Product Version Audience: CSG/TechWarriors/PAC/Platform/Product ...