Changes between Version 19 and Version 20 of Docs/Prog/Manual/DeviceSupport/USB
- Timestamp:
- 09/26/13 13:44:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/USB
v19 v20 21 21 }}} 22 22 23 If a second USB flash drive is connected before the first one is unmounted or if the first one is removed without an proper unmount thedrive will appear as sdb1 or sdb.23 If a second USB flash drive is connected before the first one is unmounted and removed or if the first one is removed without an proper unmount the new drive will appear as sdb1 or sdb. 24 24 25 25 {{{ 26 mount –t vfat /dev/sdb1 /mnt/fl 126 mount –t vfat /dev/sdb1 /mnt/fl2 27 27 }}} 28 28 … … 30 30 31 31 {{{ 32 mount –t vfat /dev/sdb /mnt/fl 132 mount –t vfat /dev/sdb /mnt/fl2 33 33 }}} 34 34