Advertisement
Guest User

Untitled

a guest
Feb 14th, 2010
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. root@artanis:/root# mount
  2. /dev/md0 on / type ext4 (rw,noatime,errors=remount-ro)
  3. proc on /proc type proc (rw)
  4. none on /sys type sysfs (rw,noexec,nosuid,nodev)
  5. none on /sys/fs/fuse/connections type fusectl (rw)
  6. none on /sys/kernel/debug type debugfs (rw)
  7. none on /sys/kernel/security type securityfs (rw)
  8. udev on /dev type tmpfs (rw,mode=0755)
  9. none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
  10. none on /dev/shm type tmpfs (rw,nosuid,nodev)
  11. none on /var/run type tmpfs (rw,nosuid,mode=0755)
  12. none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
  13. none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
  14.  
  15.  
  16. root@artanis:/root# df -h
  17. Filesystem Size Used Avail Use% Mounted on
  18. /dev/md0 221G 6.7G 209G 4% /
  19. udev 1005M 200K 1005M 1% /dev
  20. none 1005M 0 1005M 0% /dev/shm
  21. none 1005M 68K 1005M 1% /var/run
  22. none 1005M 0 1005M 0% /var/lock
  23. none 1005M 0 1005M 0% /lib/init/rw
  24. root@artanis:/root# cat /proc/mdstat
  25. Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
  26. md0 : active raid1 sda3[0] sdb1[1]
  27. 732419264 blocks [2/2] [UU]
  28.  
  29. unused devices: <none>
  30.  
  31. root@artanis:/root# mdadm --query --detail /dev/md0
  32. /dev/md0:
  33. Version : 00.90
  34. Creation Time : Thu Feb 4 00:29:38 2010
  35. Raid Level : raid1
  36. Array Size : 732419264 (698.49 GiB 750.00 GB)
  37. Used Dev Size : 732419264 (698.49 GiB 750.00 GB)
  38. Raid Devices : 2
  39. Total Devices : 2
  40. Preferred Minor : 0
  41. Persistence : Superblock is persistent
  42.  
  43. Update Time : Sun Feb 14 17:41:52 2010
  44. State : clean
  45. Active Devices : 2
  46. Working Devices : 2
  47. Failed Devices : 0
  48. Spare Devices : 0
  49.  
  50. UUID : 38ed5513:25e2ee2d:ae97aa50:b0364edd
  51. Events : 0.31
  52.  
  53. Number Major Minor RaidDevice State
  54. 0 8 3 0 active sync /dev/sda3
  55. 1 8 17 1 active sync /dev/sdb1
  56.  
  57.  
  58. root@artanis:/root# parted /dev/sda1 p
  59. Model: Unknown (unknown)
  60. Disk /dev/sda1: 240GB
  61. Sector size (logical/physical): 512B/512B
  62. Partition Table: loop
  63.  
  64. Number Start End Size File system Flags
  65. 1 0.00B 240GB 240GB ext4
  66.  
  67.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement