Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

What is the Maximum Filename Length in EXT3?

Answer: 254 bytes.

Source: http://en.wikipedia.org/wiki/Ext3

Mount all filesystems mentioned in fstab immediately

Answer:

To mount all filesystems mentioned in /etc/fstab immediately, use the following command:

# mount -a

It is very useful especially when you have finished updated the /etc/fstab file and want to see the effect without reboot.