Bird
0
0

You run fdisk /dev/sda but get an error: "Device or resource busy." What is the most likely cause?

medium📝 Debug Q6 of 15
Linux CLI - Disk and Storage
You run fdisk /dev/sda but get an error: "Device or resource busy." What is the most likely cause?
AThe disk is physically disconnected
Bfdisk command is not installed
CYou typed the device name incorrectly
DThe disk is mounted or in use by the system
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the error message

    "Device or resource busy" means the disk is currently used or mounted.
  2. Step 2: Check other options

    If fdisk was missing, command wouldn't run; wrong device name gives different error; disconnected disk won't show as busy.
  3. Final Answer:

    The disk is mounted or in use by the system -> Option D
  4. Quick Check:

    Busy device means disk is in use [OK]
Quick Trick: Busy device error means disk is mounted or used [OK]
Common Mistakes:
  • Assuming fdisk is missing
  • Ignoring that disk might be mounted

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes