01-30-06 01:50 AM
>
>
> What do I mount? Where do I look (what settings)?
OK try this, /sbin/fdisk -l
this is what I get on this system.
# /sbin/fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 973 7815591 b W95 FAT32
/dev/hda2 974 986 104422+ 83 Linux
/dev/hda3 987 2261 10241437+ 83 Linux
/dev/hda4 2262 4865 20916630 5 Extended
/dev/hda5 2262 2388 1020096 82 Linux swap
/dev/hda6 2389 4865 19896471 b W95 FAT32
create a directory for the ones you want to mount, I've put mine in /mnt
You can then manually mount each partiton, (read, man mount) or set up
/etc/fstab to mount them automatically
[ Post a follow-up to this message ]
|