Displaying 17 results from an estimated 17 matches for "norock".
Did you mean:
nolock
2014 Jan 18
2
mounting CDROM without mapaping UC to LC
...its on-board tools for accessing files on it
while mounted on Centos 6.5, and those tools assume uppercawse, since
they assume the entire world runs Windoze.)
but despite my best efforts, it keeps being mounted with UC-LC mapping
enabled. here's what I've been trying:
mount -t iso9660 -o
norock,remount,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 /dev/sr0 /mnt/cd
and even this:
umount /mnt/cd mount -t iso9660 -o
norock,ro,nosuid,nodev,uhelper=udisks,uid=500,gid=500,iocharset=utfi,mode=0400,dmode=0500 /dev/sr0 /mnt/cd
I've also tried using nojol...
2008 May 12
5
MystIII-Exile
Hi everybody,
I'd like to play Myst III - Exile with wine on Ubuntu 8.04 but the installation doesn't work.
In fact I have the Trilogy DVD edition with Myst, Riven and Exile and I saw that Riven works well : http://appdb.winehq.org/objectManager.php?sClass=version&iId=10719.
But my problem is a bit weird : I can't find any exe file on the DVD to install Exile !!! Riven is easy to
2010 Aug 13
6
Can't install program from CDROM / DVD
I'm having trouble installing a program from the CDROM / DVD drive. I've checked to see that the mapping of the d: drive is correctly pointing to the
right place - it is:
~/.wine/dosdevices$ ls -l
total 0
lrwxrwxrwx 1 cosmo cosmo 10 2009-10-04 18:46 c: -> ../drive_c
lrwxrwxrwx 1 cosmo cosmo 13 2010-08-12 20:19 d: -> /media/cdrom0
lrwxrwxrwx 1 cosmo cosmo 8 2010-07-25 19:12 d::
2008 Aug 21
2
Rosetta Stone Language
running Debian Lenny
Wine 1.0
Rosetta Stone 2.08.1
rosetta stone installed and seems to run fine
does not detect the language cd
i found this in the AppDB
mount -t iso9660 -o norock,map=off,ro /dev/cdrom /whereyouwantRosettaStonetolook
it mounts the cd and changes the file names from lowercase to uppercase
theres also a command to mount the iso
after that Rosetta Stone works
however i would like to make this a permanent thing. id like to skip having to mount the CD or iso...
2009 Aug 22
1
Disc reading problem...
I have a certain Star Wars Jedi Knight II: Jedi Outcast disc that I am trying to load an autorun.exe off of with wine, but with a peculiar problem: the game executable is labeled "AUTORUN.EXE;1", along with many other files of a similar suffix. When I try to run it, wine works for a bit then gives up, showing no screen or other indication. I then tried to rename the exe and other files
2016 Apr 04
2
Changes to get CD to boot on EFI System.
> In case it ever becomes important to have an EFI boot image larger
> than 32 MB, there are xorriso.exe around. Based on Cygwin, i guess.
> It should also be possible to build GNU xorriso in Cygwin from source.
>
>
> Have a nice day :)
>
> Thomas
FWIW...
Thomas, the "xorriso.exe" files that are available are not really
"around". They are not easy
2016 Apr 04
3
Changes to get CD to boot on EFI System.
...x\boot.bin" will show up as "/isolinux/boot.bin".
Please adjust to "/cd/isolinux/boot.bin" if i am wrong.
For detail info see
man xorrisofs
You get Rock Ridge for free. If this makes undesired differences when
mounting by Linux, you may prevent it by xorrisofs option --norock .
(Or use mount(8) option -o "norock" to let Linux mount Joliet as next
best name space.)
Not translated:
-a Displays the allocation summary for files and directories.
-m Ignores the maximum size limit of an image.
-o Optimizes storage by encoding duplicate files only once using...
2002 Nov 15
1
(no subject)
Hi.
I'm trying to put together a boot cd using isolinux, but I've run into a
problem. The system I'm trying to boot with this cd complains that
it "Could not find kernel image: linux".
This is the isolinux.cfg file that I'm using
default linux
prompt 1
timeout 600
label linux
kernel vmlinuz-2.2.14
append initrd=rootfs_new.img lang=
2002 Dec 29
1
if too many files in cd main directory isolinux don't boot CD
Hi
Why if too many files on cd in main directory isolinux don't boot CD?
Best regards
Konrad Komada
2006 Feb 03
3
Booting UDF?
Greetings,
I wonder whether there are any plans to build udflinux or the likes.
I've searched through the mailing list, finding out that should I create
a mixed ISO9660/UDF filesystem.
Unfortunately, that is not an option if I want to use a significant
feature of UDF filesystem, which is writing. Making a mixed ISO9660/UDF,
using mkisofs -udf, will (to my best knowledge) not allow me to
2010 Feb 24
1
isolinux.cfg parsing issue
Hi,
I've been trying to setup a dual livecd. However I am getting an
error with parsing the isolinux.cfg. I am using 3.84.
the relevant section of the isolinux.cfg is as follows
label LiveCD1
kernel vmlinuz1
append livecd=livecd1 initrd=initrd1.gz root=/dev/rd/3 acpi=on
splash=silent vga=788 keyb=us fstab=rw,noauto
label LiveCD2
kernel vmlinuz2
append livecd=livecd2
2003 Mar 10
1
Problem with mkisofs (i guess :-))
Hello! I have a problem with a bootable cd that i'm
trying to make ..
The problem is that i don't know what all the mkisofs
parameters do and because that weird things happen, if
the filenames or directorynames contain spaces they do
not open and if i'm in windows's safe mode it gives me
an error message stating that the file or folder does
not exist! Can anyone help with that?
2002 Jul 07
2
isolinux bug?
Please forgive me if this is a known issue or "feature". I didn't notice
anything in the list archives or the docs, so I'm assuming this is a bug.
I was attempting to create a bootable LFS cd using the instructions found at
http://hints.linuxfromscratch.org/hints/boot-cd_easy.txt. I wasn't following
the steps exactly as I had some personal changes I wanted to make. One
2013 Mar 28
9
Rock Ridge. Was: Allowed code pages and encodings to write f0.txt through f1.txt?
Hi,
i began to implement a common lookup function for SUSP and Rock Ridge
entries:
/* Obtain the payload bytes of all SUSP entries with a given signature.
@param fs The data source from which to read CE blocks.
@param dir_rec Memory containing the whole ISO 9660 directory record.
@param sig Two characters of SUSP signature. E.g. "NM", "ER", ...
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
...;; /* unset */
popt->nocompress = 0;
popt->blocksize = 1024;
@@ -395,20 +395,20 @@ static int parse_options(char *options, struct iso9660_options *popt)
token = match_token(p, tokens, args);
switch (token) {
case Opt_norock:
- popt->rock = 'n';
+ popt->rock = 0;
break;
case Opt_nojoliet:
- popt->joliet = 'n';
+ popt->joliet = 0;
break;...
2006 Mar 02
4
Unknown keyword in config file
...append initrd=initrd.img text
label ks
kernel vmlinuz
append ks initrd=initrd.img
label local
localboot 1
label memtest86
kernel memtest
append -
Note: There _is_ a blank line at the end of the file.
The directory "/isolinux" on the media looks like this:
(as seen with "norock,nojoliet")
[root at localhost isolinux]# ll
total 6527
-r-xr-xr-x 1 root root 2048 Feb 16 15:09 boot.cat
-r-xr-xr-x 1 root root 292 Feb 16 14:49 boot.msg
-r-xr-xr-x 1 root root 919 Feb 16 14:49 general.msg
-r-xr-xr-x 1 root root 5051201 Feb 16 14:49 initrd.img
-r-xr-xr-x 1 roo...
2009 Dec 17
2
'Setup cannot find necessary files' message
Running Wine 1.0.1 in Ubuntu 9.10, trying to install FileMaker Pro 9 from CD. (Install from this CD works fine on Windows machine.)
'Setup cannot find necessary files' message appears when launching setup.exe with Wine.
WINEDEBUG=+loaddll on setup.exe gives the output below; looks like all needed .dlls are there.
Same problem reported on Ubuntu forums earlier in 2009 by another user: