|
Trying to see extra drives
output from various commants are..
~$ mount
/dev/sda3 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /lib/modules/2.6.12-10-386/volatile type tmpfs (rw,mode=0755)
/dev/sda1 on /boot type ext2 (rw)
/dev/hda1 on /home type ext3 (rw)
/dev/hdb1 on /media/hdb1 type vfat (rw)
/dev/hdb2 on /media/hdb2 type ext3 (rw)
/dev/hda2 on /shared32 type vfat (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
~$ sudo fdisk -l
Disk /dev/hda: 80.0 GB, 80032038912 bytes
255 heads, 63 sectors/track, 9730 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 4863 39062016 83 Linux
/dev/hda2 4864 9730 39094177+ b W95 FAT32
Disk /dev/hdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 3902 31342783+ c W95 FAT32 (LBA)
/dev/hdb2 * 3903 19079 121909252+ 83 Linux
/dev/hdb3 19080 19457 3036285 5 Extended
/dev/hdb5 19080 19457 3036253+ 82 Linux swap / Solaris
Disk /dev/sda: 37.0 GB, 37019566080 bytes
255 heads, 63 sectors/track, 4500 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6 48163+ 83 Linux
/dev/sda2 7 371 2931862+ 82 Linux swap / Solaris
/dev/sda3 372 4500 33166192+ 83 Linux
~$ df -H
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 34G 3.2G 29G 10% /
tmpfs 531M 0 531M 0% /dev/shm
tmpfs 531M 13M 518M 3% /lib/modules/2.6.12-10-386/volatile
/dev/sda1 47M 16M 29M 36% /boot
/dev/hda1 40G 308M 38G 1% /home
/dev/hdb1 33G 23G 9.3G 72% /media/hdb1
/dev/hdb2 123G 91G 27G 78% /media/hdb2
/dev/hda2 41G 33k 41G 1% /shared32
|