LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   'Can't Mount /dev/shm... (https://www.linuxquestions.org/questions/linux-newbie-8/cant-mount-dev-shm-334332/)

DreameR-X 06-16-2005 05:28 PM

'Can't Mount /dev/shm...
 
ATI recommends enabling POSIX Shared Memory to get 3D accel. in Wine, and they tell you to write in /dev/shm for /etc/fstab with the following:

tmpfs /dev/shm tmpfs defaults 0 0

and then mounting /dev/shm.

I did the first parrt, but when trying to mount I get the following error:
Code:

# mount /dev/shm
mount: wrong fs type, bad option, bad superblock on tmpfs,
      missing codepage or other error

Any ideas? Thanks ahead!

Cheers,
Galen

foo_bar_foo 06-16-2005 11:15 PM

first make sure your kernel supports tmpfs
cat /proc/filesystems

DreameR-X 06-17-2005 01:55 AM

Code:

sinful@Jedi:~$ cat /proc/filesystems
nodev  sysfs
nodev  rootfs
nodev  bdev
nodev  proc
nodev  sockfs
nodev  binfmt_misc
nodev  usbfs
nodev  pipefs
nodev  futexfs
nodev  tmpfs
nodev  eventpollfs
nodev  devpts
        reiserfs
        ext3
        ext2
nodev  ramfs
        msdos
        vfat
        iso9660
nodev  devfs
        hfsplus
        hfs
nodev  nfs
nodev  nfsd
nodev  smbfs
nodev  cifs
        ntfs
        udf
nodev  mqueue
nodev  rpc_pipefs

Wow, good call! :eek: 'All better now!

Cheers,
Galen


All times are GMT -5. The time now is 04:01 PM.