Thread
:
mount microsd card rw
View Single Post
mrapathy
2016-08-09 , 18:57
Posts: 45 | Thanked: 18 times | Joined on Feb 2014 @ FrozenOver
#
6
/etc/fstab
# This file was generated by script /etc/event.d/rcS-late
# !!! Do not edit this file. It will be overwritten in next device startup !!!
# If you want static /etc/fstab add genfstab="0" to file /etc/default/mount-opts-overwrite
rootfs / rootfs rw 0 0
ubi0:rootfs / ubifs rw,bulk_read,no_chk_data_crc 0 0
/dev/mmcblk0p2 /home ext3 noatime,nodiratime,errors=continue,commit=1,data=w riteback 0 2
/home/opt /opt none bind 0 0
/dev/mmcblk0p1 /home/user/MyDocs vfat noatime,nodiratime,noauto,nodev,exec,nosuid,utf8,u id=29999,shortname=mixed,dmask=000,fmask=0000 0 2
/dev/mmcblk0p3 none swap sw 0 0
/dev/mmcblk1p1 /media/mmc1 vfat
rw,noatime,nodiratime,noauto,exec,utf8,shortname=m ixed,nodev 0 0
/etc/default/mount-opts
# !!! Do not edit this file. It can be overwritten in next update !!!
# !!! Instead create and edit file /etc/default/mount-opts-overwrite !!!
# Options for mounting all filesystems
common_opts="noatime,nodiratime"
# Options for mounting root's filesystems (/, /home)
root_opts="errors=continue,commit=1"
# Options for mounting user's filesystems (MyDocs, SD cards, ...)
user_opts="noauto,nodev,exec,nosuid"
# Options for swap partitions
swap_opts=""
# Options for different filesystems
vfat_opts="utf8,uid=29999,shortname=mixed,dmask=00 0,fmask=0000"
ntfs_opts="nls=utf8,uid=29999,umask=0000"
ext3_opts="data=writeback"
ext4_opts="data=writeback"
# Renerate fstab at boot time in /etc/event.d/rcS-late
genfstab="0"
# When generating fstab add also swap partitions from SD card (if exists)
swap_sd="0"
# Call fsck -p for /home at boot time in /etc/event.d/rcS-late
home_fsck="1"
# Call fsck -p for user's partitions (MyDocs, SD cards, ...)
user_fsck="1"
# Include overwrite file
if [ -f /etc/default/mount-opts-overwrite ]; then
. /etc/default/mount-opts-overwrite
fi
__________________
Reality is often stranger than fiction
Quote & Reply
|
The Following User Says Thank You to mrapathy For This Useful Post:
juiceme
mrapathy
View Public Profile
Send a private message to mrapathy
Find all posts by mrapathy