Advertisement
apriljoey

Untitled

Oct 20th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. [root@localhost mnt]# mount /dev/md2 /mnt/md2
  2. /dev/md2 looks like swapspace - not mounted
  3. mount: you must specify the filesystem type
  4. [root@localhost mnt]# mount -t ext3 /dev/md2 /mnt/md2
  5. mount: /dev/md2 already mounted or /mnt/md2 busy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement