Disable auto fsck check on boot (after 30 mounts): In a terminal: gksu/ gedit /etc/fstab # /etc/fstab: static file system information.## … more →
Ubuntu-installwrote 5 days ago: Create a file for swap usage as shown below. # dd if=/dev/zero of=/home/swap-fs bs=1 … more →
wrote 2 weeks ago: Copy /etc/fstab to /etc/fstab-old edit fstab and add: tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 … more →
wrote 2 months ago: Problem The Devices list shown at the top of the Sidebar in Nautilus lists the other partitions foun … more →
wrote 2 months ago: What is so special about UUIDs in Linux? I don’t know! But a single, simple short tip about lo … more →
wrote 2 months ago: Overview: The fstab (/etc/fstab) (or file systems table) file is a system configuration file commonl … more →
wrote 3 months ago: The /etc/fstab file is where you can set the default mounting parameters of your system, how you wan … more →
wrote 3 months ago: The mount command is a useful for both giving you information on the things that are currently mount … more →
wrote 3 months ago: When people say less is more, this must be what they are talking about! The less command is similar … more →
wrote 3 months ago: Autofs is able to mount drives over sshfs on the fly. This allows you to seamlessly use a drive that … more →
wrote 4 months ago: Not a big issue, but one that I would like to correct sometime: when I boot Ubuntu it for some reaso … more →
wrote 6 months ago: After reinstalling my system this past week I have come across a rather peculiar issue that I hadn … more →
wrote 6 months ago: Puppet has a native module for handling fstab mounts. Here is an example: class data_mounted { mount … more →
wrote 7 months ago: Setelah membaca-baca sedikit tentang btrfs, gw putuskan untuk langsung mencoba btrfs. Secara default … more →
wrote 8 months ago: Here’s a line from /etc/fstab on one of my machines (for a non-SSD partition): UUID={...} / ex … more →
wrote 10 months ago: If you’re experiencing misconfigured your linux partition and need to edit /etc/fstab in singl … more →
wrote 10 months ago: reiserfs Your Linux partitions may very well be formatted as ReiserFS. Like Ext3, ReiserFS is a jour … more →
wrote 10 months ago: Fstab konfigürasyon dosyasıdır ve içeriğinde dosya sistemleri hakkında bilgileri barındırır. Fstab … more →
wrote 11 months ago: Swap space in a extension of RAM memory, to hard disk. When RAM becomes full the inactive pages will … more →
wrote 11 months ago: Today something strange happens to my PC again. The HDD order was altered on some boot, i.e. /dev/sd … more →