Ubuntu 2Nci Hdd Ekleme
-
Arkadaşlar selam bu konu hakkında bayadır ugrasmama ragmen benim beceriksizligimden sanırım bir türlü 2nci hdd ekleyemedim.Yada ekledim farkında değilim. Kafada dagıldı.
Disk /dev/sda: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00043fc7
Device Boot Start End Blocks Id System
/dev/sda1 1 973 7811072 82 Linux swap / Solaris
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 973 91202 724761600 83 Linux
Disk /dev/sdb: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00054ae8
Device Boot Start End Blocks Id Systemburdaki sda birinci sdb de ikinci oluyor sanırım dogru yapmısmıyım yapmamıssam bastan detaylı bir şekilde anlatabilirmisiniz.İkinci Hdd baglı scsi seklinde görünüyor.
Z-chan yardımlarından dolayı special thanks btw.
-
burayıda alayım. bu arada yaptıgım işlem sudur.
fdisk /dev/hdb # sets up partitions
mkfs.ext3 /dev/hdb1 # formats first partition on second drive as ext3. mkfs.reiserfs and other options exist too..
mkdir /mnt/data
mount /dev/hdb1 /mnt/data
Your drive is now accessible at /mnt/data. To have it automatically mount the drive when you start, you have to add an entry in /etc/fstab for that drive. -
hoca
http://www.rejetto.com/hfs/?f=intro
şu adresi bi incele
