You are not logged in.
Pages: 1
Hi all,
While booting Arch32... I get failed to load "Mounting Network Filesystem", it then pops an error message but where does it log it too?
Also how to I mount a USB drive?
/media/usb/
shows my WinXP C:\ drive contents... which is nice & useful but I'd like to mount a USB device correctly.
TIA
Offline
mount /dev/sd[b,c,d,*] /[mount point, usb]
i.e .. to get the first usb onto /usb i'd do .. `mount /dev/sdd1 /usb`
i cannot help with the previous error,sorry
Offline
Pages: 1