Skip to main content
code typo
Source Link
Hauke Laging
  • 94.8k
  • 21
  • 132
  • 185

instead of device (/dev/sr0) name try using mount point (in your case mount point is /mem)

So just use for mount:

mount /mem

For unmount use :

umount /mntmem

I have tested and Working in my side, OS is CentOS 5.8

instead of device (/dev/sr0) name try using mount point (in your case mount point is /mem)

So just use for mount:

mount /mem

For unmount use :

umount /mnt

I have tested and Working in my side, OS is CentOS 5.8

instead of device (/dev/sr0) name try using mount point (in your case mount point is /mem)

So just use for mount:

mount /mem

For unmount use :

umount /mem

I have tested and Working in my side, OS is CentOS 5.8

Source Link
Rahul Patil
  • 25.6k
  • 26
  • 85
  • 96

instead of device (/dev/sr0) name try using mount point (in your case mount point is /mem)

So just use for mount:

mount /mem

For unmount use :

umount /mnt

I have tested and Working in my side, OS is CentOS 5.8