How to mount a new internal harddisk
- Check what is the new hard disk device name with "fdisk -l", it shoul be something like /dev/sdb
- Create a partition on it, supose the disk is /dev/sdb: "echo -ne "n\np\n1\n\n\nw\n" | fdisk /dev/sdb1"
- Make a filesystem on the partition: mkfs.ext3 /dev/sdb1
- Create a directory where to mount the partition: mkdir /newdirectory
- Edit fstab an add at the end of the file:
/dev/sdb1 /newdirectory ext3 defaults 0 0
- now mount:
mount -a
ps. echo -ne part? is
- n -> new partition
- p -> primary partition
- 1 -> number of the partition
- just enter, here you should enter the first block
- just enter, here you should enter the last block
- write the partition table to the disk.
Relate topics
- Install AFP Share Server Protocal on Linux
- Linux Server Tools
- [Geek] Linux basic comamnds
- ความปลอดภัยให้ Debian Linux
- Bad block เหตุเกิดจากบ้านไหว
- เพิ่ม Harddisk ใหม่อีกสักลูก ทำอย่างไรดี?
- Harddisk เจ๊งแน่แล้ว
- Make Ubuntu to be a web server (LAMP)
- Howto :: Recover Grub2 After Windows Installation
- WD Elements to ext3
- 10 อย่างที่คุณจะบอกลูก ๆ ได้เมื่อคุณเลิกให้ลูกเล่น windows แล้วหันมาใช้ linux
- How to add Skype call protocal to Firefox on Ubuntu
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- Grub menu for Windows
- Reset password root ใน mysql
- Advanced Bash-Scripting Guide
- Ping จาก server แล้วขึ้น unknown host
- 20 คำสั่งลินุกซ์ที่แอดมินควรรู้ไว้
- Block IP ต่างประเทศ
- ใครกำลัง login ในเครื่องของเราบ้าง