-
-
Order of the Butterfly
Posts: 158 from 2006/9/4
From: Copenhagen
I am trying to mount my linux partitions in MorphOS.
I have ext filesystem in L but I can't figure out how to use (the exact command!) giggledisk to create a mountlist!?!
My two ext. partitions (home and root) are located at partition number 5 and 6.
I want giggledisk to create a mounlist that I can copy to devs so that the linux partitions are automounted on boot.
Any suggestions?
[ Edited by JohnFante on 2006/12/20 17:53 ]
[ Edited by JohnFante on 2006/12/20 18:34 ]
[ Edited by JohnFante on 2006/12/20 20:04 ]
-
»20.12.06 - 15:34
-
-
Acolyte of the Butterfly
Posts: 112 from 2003/3/5
From: Germany / Sachsen
giggledisk to ram:
should to it if the hdd is on ide.device 0
copy/paste from manual
Usage:
------
DEVICE/A,UNIT/N,TO/K,LIST/S,LOWERCYL/S,PREFIX=PRE/K,MAXTRANSFER=MT/K,MOUNTDOS/S,
MOUNTNTFS/S,MOUNTEXT/S,MOUNTSGIX/S
DEVICE: Standard Amiga device. e.g. scsi.device
UNIT: Standard Amiga device unit e.g. 4
TO: Mount file target. If target is a drawer, then DOSDrivers for direct
usage in devs:DosDrivers/ will be created. If TO is pointing on a
filename or non existing file a mount list will be created by using
this name.
LIST This switch force partition listing.
LOWERCYL Some devices may have problems with high cylinder values. By using this
option the values will be reduced to a minimum.
PREFIX By default any non RDB hard disk gets "GGD" as dos name. By using this
argument you can create a personal id.
MAXTRANSFER By default 0xFFFE00 is used as default. Specify in decimal, (e.g. 1024),
or hexadecimal ( 0xf00000 or $f00000)
MOUNTDOS Auto mount MS-DOS partitions
MOUNTNTFS Auto mount NTFS partitions
MOUNTEXT Auto mount EXT partitions
MOUNTSGIX Auto mount SGIX partitions
-
»21.12.06 - 09:40
-
-
Order of the Butterfly
Posts: 158 from 2006/9/4
From: Copenhagen
Thanks! Works like a charm!
-
»22.12.06 - 04:51