Monday, May 24, 2010

How should i mount my fat32 drives in redhat linux 9.0???

i can c the drives after entering "fdisk -l"- this is the data i get.. how should i move from there on???plz if u could answer in detail??


Disk /dev/hdb: 40.0 GB, 40059321856 bytes


255 heads, 63 sectors/track, 4870 cylinders


Units = cylinders of 16065 * 512 = 8225280 bytes





Device Boot Start End Blocks Id System


/dev/hdb1 * 1 892 7164958+ b Win95 FAT32


/dev/hdb2 893 4869 31945252+ f Win95 Ext'd (LBA)


/dev/hdb5 893 1784 7164958+ b Win95 FAT32


/dev/hdb6 2550 3441 7164958+ b Win95 FAT32


/dev/hdb7 3442 4869 11470378+ b Win95 FAT32


/dev/hdb8 1785 1797 104391 83 Linux


/dev/hdb9 1798 2484 5518296 83 Linux


/dev/hdb10 2485 2549 522081 82 Linux swap








Partition table entries are not in disk order

How should i mount my fat32 drives in redhat linux 9.0???
For mounting your drive D identify the disk name and the number from the fdisk –l listing and mount it as:


%26lt;System Prompt%26gt; mount /dev/hdb5 /mnt/win_d





Similarly to mount the Drive C as per your FDISK LIST:


%26lt;System Prompt%26gt; mount /dev/hdb1 /mnt/win_c





NOTE:


Create a folder called win_d prior mounting the /dev/hda5 partition as:





%26lt;System Prompt%26gt; mkdir /mnt/win_d





And For Drive C:


%26lt;System Prompt%26gt; mkdir /mnt/win_c


No comments:

Post a Comment