My brother-in-law gave me a dvd that he had recorded, but when I tried to play it I got the following error message: Error mounting: mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail
After burning an ISO9660 file-system(wodim -v dev='/dev/scd0' -sao ubcd521.iso) to a CD, I always need to first eject the CD and then re-inserted it in order to be able to mount the created CD:
root@T42:~# file -s /dev/sr0
/dev/sr0: data
root@T42:~# mount -t iso9660 /dev/sr0 /media/
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblo
I would like to connect my iRiver Story HD to my ubuntu 12.04 machine but as I connect it I get this error:
Unable to mount Story HD
Error mounting: mount: wrong fs type, bad option, bad superblock on
/dev/sdb,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
This is what I get with d
Friends,
I am happily able to mount read/write a HFS+ ( non-journaled ) mac drive on my ubuntu 12.4 64 bit machine.
The size was 1 TB or 2 TB
But when I tried to mount a 5.4 TB drive I have problems
( note same drive works on a ubuntu 10.4 32 bit system )
the err diag is.
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sdc3,
missing codepage or helper p
I'm having problems mounting the recovery image. I've tried to mount the image multiple ways.
Hello everybody,
I have a problem. I couldn't mount my ubuntu partition, my windows partition is working ok.
On boot, udev is giving a mount error.
It appears to not have control of the /dev directory.
From /etc/rc.d/rc.udev:
>> mount -n -o mode=0775 -t tmpfs tmpfs /dev
mount: wrong fs type, bad option, bad superblock on tmpfs,
missing codepage, or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
Hello,
I am running a CentOS vm on a Windows 7 host and I recently installed the latest version of guest additions (3.2.8) when I received the error:
Code:
#mount -t vboxsf ez sequence_data/
mount: wrong fs type, bad option, bad superblock on ez,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
when trying to mount an external hard dr
i am tryin to mount my shared folder on the server, I used a command suggested to me, but it also fails, any suggestions would be thankful
saman@saman-G41MT-ES2L:~$ sudo mount -t cifs //safe/tabatabaian_s -o username="myuser",password="mypass" /mnt/share
mount: wrong fs type, bad option, bad superblock on //safe/tabatabaian_s,
missing codepage or helper program, or othe