Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted
- Timestamp:
- 08/20/10 15:29:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/File/IsMounted
v1 v2 19 19 == Remarks == 20 20 21 The function operates by reading /proc/mounts and checking for string match 21 The function operates by reading /proc/mounts and checking for string match. The lib825ev library does not include a function to mount a file system, but you can use a system call such as: ''system("mount -t vfat /dev/sda1 /mnt/fl1");'' 22 22 23 23 == Examples ==