Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ubuntu@ubuntu:/dev/md$ sudo cat /proc/mdstat
  2. Personalities : [raid6] [raid5] [raid4]
  3. md126 : active raid5 sdb[3] sdc[2] sdd[1] sde[0]
  4. 11721048064 blocks super external:/md127/0 level 5, 64k chunk, algorithm 0 [4/4] [UUUU]
  5. [====>................] resync = 24.2% (946865884/3907016064) finish=399.7min speed=123402K/sec
  6.  
  7. md127 : inactive sdb[3](S) sde[2](S) sdd[1](S) sdc[0](S)
  8. 10080 blocks super external:imsm
  9.  
  10. unused devices: <none>
  11.  
  12. ubuntu@ubuntu:/dev/md$ sudo mount -t ntfs-3g /dev/md126 /tmp/hdd/
  13. NTFS signature is missing.
  14. Failed to mount '/dev/md126': Invalid argument
  15. The device '/dev/md126' doesn't seem to have a valid NTFS.
  16. Maybe the wrong device is used? Or the whole disk instead of a
  17. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement