Problem working with devices during installation - Solved: USB install tips
HI all,
In an attempt to install 64studio from a USB stick I made a bootable USB with stick with the installation files using Unetbootin
When during the installation i was told i couldn't mount the cd, i pressed F2 to access command line with the hope of tricking the installation into thinking it had a cd by mounting the contents of the usb stick to a created directory /dvd and then linking to that from /cdrom
The problem lies here:
list-devices partition
that comes up with my partitions as i expected (/dev/sda1 /dev/sdb1 /dev/sdb2 /dev/sdb3 /dev/sdb5 /dev/sdb6)
but when i try and mount, or simply view, the partitions i get errors, e.g.
cd /dev/sda1
cannot cd to /dev/sda1
mount /dev/sda1 /dvd
invalid argument
what's going on?
- Login to post comments

solved
problem solved mount -t
Hi skeksis268, I'm
that was supposed to