On Thu, Apr 28, 2016 at 10:44:34AM +0100, Peter Humphrey wrote
> proc            /proc                   proc    defaults        0 0
> shm             /dev/shm                tmpfs   nodev,nosuid    0 0
> 
> Not sure about those last two - are they still needed nowadays?

  I'm running OK without them...

/dev/sda5            /           ext3     noatime,nodiratime,async   0 1
/dev/sda7            /home       ext3     noatime,nodiratime,async   0 1
/home/bindmounts/opt /opt        auto     bind                       0 0
/home/bindmounts/var /var        auto     bind                       0 0
/home/bindmounts/usr /usr        auto     bind                       0 0
/home/bindmounts/tmp /tmp        auto     bind                       0 0
/dev/sda6            none        swap     sw                         0 0
/dev/cdrom           /mnt/cdrom  iso9660  noauto,users,ro            0 0
/dev/sr0             /mnt/dvd    auto     noauto,users,ro            0 0
/dev/sdb1            /mnt/drive1 auto     noauto,users,noatime,async 0 0
/dev/sdc1            /mnt/drive2 auto     noauto,users,noatime,async 0 0
/dev/sdd1            /mnt/drive4 auto     noauto,users,noatime,async 0 0
/dev/sde1            /mnt/drive5 auto     noauto,users,noatime,async 0 0
/dev/sdf1            /mnt/drive6 auto     noauto,users,noatime,async 0 0
/dev/sdg1            /mnt/drive7 auto     noauto,users,noatime,async 0 0
/dev/sdg             /mnt/drive8 auto     noauto,users,noatime,async 0 0

  In the kernel, it's taken care of automatically...

File systems  --->
    Pseudo filesystems  --->
        -*- /proc file system support
        [*]   /proc/kcore support
        -*- Tmpfs virtual memory file system support (former shm fs

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications

Reply via email to