Mounting Partitions - OfficialPixelBrush/pixix GitHub Wiki

FAT32

Through the CD we can also access insmod, which lets us load and initialize any modules we need. In this case, we need the modules to mount FAT32 first and foremost.

insmod /mnt/mod/fs/nls/nls_base.ko
insmod /mnt/mod/fs/nls/nls_cp437.ko
insmod /mnt/mod/fs/nls/nls_iso8859-1.ko
insmod /mnt/mod/fs/fat/fat.ko
insmod /mnt/mod/fs/fat/vfat.ko

Note: If you linked insmod earlier you don't need to type the full path to it!

Create a separate directory for our disk to be mounted to, so you don't lose access to the tools on the CD.

mkdir fatdisk
mount /dev/sda1 fatdisk vfat