AdenTCS

Untitled

Mar 24th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [ 5937.922561] sd 7:0:0:0: [sdb] Write Protect is off
  2. [ 5937.922568] sd 7:0:0:0: [sdb] Mode Sense: 03 00 00 00
  3. [ 5937.923306] sd 7:0:0:0: [sdb] No Caching mode page present
  4. [ 5937.923359] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  5. [ 5937.925681] sd 7:0:0:0: [sdb] No Caching mode page present
  6. [ 5937.925732] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  7. [ 5937.980064] sdb: sdb2 < sdb5 >
  8. [ 5937.982686] sd 7:0:0:0: [sdb] No Caching mode page present
  9. [ 5937.982739] sd 7:0:0:0: [sdb] Assuming drive cache: write through
  10. [ 5937.982788] sd 7:0:0:0: [sdb] Attached SCSI disk
  11.  
  12. # /etc/fstab from command line:
  13.  
  14. # /etc/fstab: static file system information.
  15. #
  16. # Use 'blkid' to print the universally unique identifier for a
  17. # device; this may be used with UUID= as a more robust way to name devices
  18. # that works even if disks are added and removed. See fstab(5).
  19. #
  20. # <file system> <mount point> <type> <options> <dump> <pass>
  21. proc /proc proc nodev,noexec,nosuid 0 0
  22. # / was on /dev/sda1 during installation
  23. UUID=4f317430-ff60-4925-80db-1c887bfd4af6 / ext4 errors=remoun$
  24. # swap was on /dev/sda5 during installation
  25. UUID=e602f885-453a-47a9-93ed-f151bf9c8688 none swap sw $
  26.  
  27. # My External Hard Drive options
  28. /dev/sdb /media/external ntfs-3g defaults 0 0
Advertisement
Add Comment
Please, Sign In to add comment