daily pastebin goal
72%
SHARE
TWEET

Untitled

a guest Nov 29th, 2015 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. rohith@rohithpc:~$ sudo fdisk  /dev/sdb
  2.  
  3. Welcome to fdisk (util-linux 2.25.2).
  4. Changes will remain in memory only, until you decide to write them.
  5. Be careful before using the write command.
  6.  
  7.  
  8. Command (m for help): d
  9. Partition number (1,2, default 2): 2
  10.  
  11. Partition 2 has been deleted.
  12.  
  13. Command (m for help): w
  14. The partition table has been altered.
  15. Calling ioctl() to re-read partition table.
  16. Re-reading the partition table failed.: Device or resource busy
  17.  
  18. The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).
  19.  
  20. rohith@rohithpc:~$ sudo fdisk  /dev/sdb
  21.  
  22. Welcome to fdisk (util-linux 2.25.2).
  23. Changes will remain in memory only, until you decide to write them.
  24. Be careful before using the write command.
  25.  
  26.  
  27. Command (m for help): d
  28. Selected partition 1
  29. Partition 1 has been deleted.
  30.  
  31. Command (m for help): 1
  32. 1: unknown command
  33.  
  34. Command (m for help): w
  35.  
  36. The partition table has been altered.
  37. Calling ioctl() to re-read partition table.
  38. Re-reading the partition table failed.: Device or resource busy
  39.  
  40. The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8).
RAW Paste Data
Top