My basic situation is that when i use fdisk -l, i got following:

----------------------------------------------------------------
[root@Milo/@oot]# fdisk -l

Disk /dev/sda: 255 heads, 63 sectors, 4425 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Bloc   Id  System
/dev/sda1   *         1         5     40131   83  Linux
/dev/sda2             6      4425  35503650    5  Extended
/dev/sda5            6      1280  10241406   83  Linux
/dev/sd26          1281      1378    787153+  82  Linux swap
/dev/sda7          1379      4425  24474996   83  Linux

Disk /dev/sdb: 255 heads, 63 sectors, 4425 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/sdb1             1      4425  35543781   83  Linux
------------------------------------------------------------------------

Among that 
/usr is on /dev/sda5
/home is one /dev/sdb1

My purpose is to make /dev/sda7 accessible for storing some files.

I use following command:

-----------------------------------------------------------------------
[root@Milo /root]# mount -t ext2 /dev/sda7 /mnt/extra
mount: /dev/sda7 is not a valid block device
---------------------------------------------------------------------------

I failed, how can I acheive my goal?
Any suggestion will be greatly appreciated.






--------------------------------
Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900
--------------------------------



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to