What does etc stand for? - Unix Linux Stack Exchange What does the "etc" folder in the root directory stand for? I think knowing this will help me remember where certain files are located Update: Might be useful for others, the folder is used for "
How to avoid cannot find in etc fstab problem The command mount dev sdc1 is correct only when the device or partition ( dev sdc1 in this case) is listed in etc fstab If it is not, you need to specify mountpoint, filesystem type, and other options that are normally specified in etc fstab: mount -t exfat dev sdc1 path to some dir