Results 1 to 2 of 2
How do I mount a USB on CRUX?...
- 05-11-2008 #1Linux User
- Join Date
- Jun 2007
- Posts
- 458
USB Mount
How do I mount a USB on CRUX?
"When you have nothing to say, say nothing."
- 05-11-2008 #2
I haven't gotten around to installing CRUX yet, I failed on my last attempt and gave up for the time being. But if you are using the command line, it should be as any other Distro. Create a mount point
then try mounting itCode:mkdir /mnt/USB
Where filesystem type is ext,fat,NTFS,vfat, etc.Code:mount -t filesystemtype /dev/usb /mnt/USB
You might try install HAL and DBUS, which will automagically mount USB and Optical drives.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this. and the Forum FAQS.


Reply With Quote
