Advertisement
Guest User

Untitled

a guest
May 21st, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. andre@andre-desktop:~$ sudo bash
  2. [sudo] password for andre:
  3. root@andre-desktop:~# fdisk -l
  4.  
  5. Disk /dev/sda: 90.0 GB, 90028302336 bytes
  6. 255 Köpfe, 63 Sektoren/Spur, 10945 Zylinder, zusammen 175836528 Sektoren
  7. Einheiten = Sektoren von 1 × 512 = 512 Bytes
  8. Sector size (logical/physical): 512 bytes / 512 bytes
  9. I/O size (minimum/optimal): 512 bytes / 512 bytes
  10. Festplattenidentifikation: 0x00078858
  11.  
  12. Gerät boot. Anfang Ende Blöcke Id System
  13. /dev/sda1 * 2048 159102975 79550464 83 Linux
  14. /dev/sda2 159105022 175835135 8365057 5 Erweiterte
  15. /dev/sda5 159105024 175835135 8365056 82 Linux Swap / Solaris
  16.  
  17. Disk /dev/sdb: 1500.3 GB, 1500301910016 bytes
  18. 255 Köpfe, 63 Sektoren/Spur, 182401 Zylinder, zusammen 2930277168 Sektoren
  19. Einheiten = Sektoren von 1 × 512 = 512 Bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes
  22. Festplattenidentifikation: 0x8c1b7b6d
  23.  
  24. Gerät boot. Anfang Ende Blöcke Id System
  25. /dev/sdb1 2048 2930274303 1465136128 7 HPFS/NTFS/exFAT
  26. root@andre-desktop:~# ntfsfix /dev/sdb1
  27. Mounting volume... OK
  28. Processing of $MFT and $MFTMirr completed successfully.
  29. Checking the alternate boot sector... OK
  30. NTFS volume version is 3.1.
  31. NTFS partition /dev/sdb1 was processed successfully.
  32. root@andre-desktop:~# ll /media/andre/Data/oc/
  33. ls: Zugriff auf /media/andre/Data/oc/.csync_journal.db-journal nicht möglich: Eingabe-/Ausgabefehler
  34. insgesamt 46548
  35. drwx------ 1 andre andre 4096 Mai 20 09:39 ./
  36. drwx------ 1 andre andre 65536 Mai 21 09:56 ../
  37. drwx------ 1 andre andre 0 Apr 22 12:11 bodybag/
  38. -rw------- 1 andre andre 23784448 Mai 20 09:39 .csync_journal.db
  39. -rw------- 1 andre andre 23784448 Mai 21 10:12 .csync_journal.db.ctmp
  40. -????????? ? ? ? ? ? .csync_journal.db-journal
  41. drwx------ 1 andre andre 4096 Apr 24 17:13 oc/
  42. drwx------ 1 andre andre 0 Apr 24 17:13 SCW/
  43. drwx------ 1 andre andre 20480 Apr 22 12:11 SofortUpload/
  44. root@andre-desktop:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement