I am new to Linux environment. I added a hard disk to my system. I am running Enterprise Linux Machine. It is not mounting my hard disk. Can any one tell me how to mount it?
Thanks,
Narendra
I am new to Linux environment. I added a hard disk to my system. I am running Enterprise Linux Machine. It is not mounting my hard disk. Can any one tell me how to mount it?
Thanks,
Narendra
With the command dmesg
, find the name of your disk, like sdb.
After, you can create a folder in /mnt
, like /mnt/disk
.
To mount it: mount /dev/sdb1 /mnt/disk