| rokytnji |
01-15-2013 08:48 AM |
Might want to post the output of
with the card reader and flashcard plugged in after a reboot with device plugged in. /etc/fstab handles read write permissions.
Code:
# cat /etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID= / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
UUID=343942EB578098A9 /media/sda1 ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=676d70d7-1c41-449b-be0f-2e04df874d86 /media/sda3 ext4 noauto,users,exec,relatime 0 0
UUID=a70b8580-b61d-4732-8109-b6f883ab58de swap swap sw,pri=1 0 0
UUID=454f0f9b-3885-4a59-a3d8-eefe9bef04e6 /media/sda6 ext4 noauto,users,exec,relatime 0 0
UUID=6439e2f7-c8a3-4ced-b422-0a29827738d4 /media/sda7 ext4 noauto,users,exec,relatime 0 0
UUID=69f5ae2f-b286-455a-ab50-6440b01a21f4 /media/sda8 ext4 noauto,users,exec,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
# Added by antiX
/dev/sda8 /media/sda8 ext4 noauto,exec,relatime,users 0 0
# Added by antiX
/dev/sda5 swap swap defaults 0 0
# Added by antiX
/dev/sda1 /media/sda1 ntfs-3g noauto,noexec,uid=1000,gid=users,dmask=002,fmask=113,users 0 0
# Added by antiX
/dev/sda7 /media/sda7 ext4 noauto,exec,relatime,users 0 0
# Added by antiX
/dev/sda6 /media/sda6 ext4 noauto,exec,relatime,users 0 0
# Added by antiX
/dev/sda3 /media/sda3 ext4 noauto,exec,relatime,users
Edited:
Quote:
Both the mount command and the /etc/fstab mount a device as read/write unless specified as read only. Therefore, if you are having trouble reading and writing to a mounted device, you will want to check you fstab file to ensure that you have the correct permissions specified.
|
|