Advertisement
Guest User

Untitled

a guest
Jan 15th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. owner@ubuntu:~$ df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/sda1 292G 3.4G 274G 2% /
  4. udev 2.0G 4.0K 2.0G 1% /dev
  5. tmpfs 807M 820K 807M 1% /run
  6. none 5.0M 0 5.0M 0% /run/lock
  7. none 2.0G 152K 2.0G 1% /run/shm
  8. none 100M 36K 100M 1% /run/user
  9. .host:/ 879G 200G 680G 23% /mnt/hgfs
  10. /dev/sdb1 1.8T 239G 1.4T 15% /media/owner/WD_Drive
  11. owner@ubuntu:~$ sudo tune2fs -m 0 /dev/sdb1//media/owner/WD_Drive
  12. tune2fs 1.42.5 (29-Jul-2012)
  13. tune2fs: Not a directory while trying to open /dev/sdb1//media/owner/WD_Drive
  14. Couldn't find valid filesystem superblock.
  15. owner@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement