You are not logged in.
I installed Bunsenlabs on a new computer. Got errormessages when trying to mount anything other than the main harddrive.
Error mounting system-managed device /dev/sr0: Command-line `mount "/media/cdrom0"' exited with non-zero exit status 32: 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 or so
Found two solutions on the internet for these problems:
https://bbs.archlinux.org/viewtopic.php?id=146448
One of them is to install nfts-3g:
https://wiki.archlinux.org/index.php/NTFS-3G
Do I have to format as is mentioned in the article?
And then to change the /etc/fstab configuration?
And why do I have to do this? Should this not be working from the start?
Offline
In some cases useful info is found in syslog - try
dmesg | tail or so
Provoke the error then post the output of:
dmesg | tail
Please also post the output of:
grep iso9660 /proc/filesystems
Can we also see the contents of /etc/fstab
Offline
When I look into the mirror, I see a pretty intelligent person. Unfortunately it doesn't work out quite as well in practice: rebooting the computer did the trick.
Thank you for your reply Head_on_a_Stick.
Offline