Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: [Help] Write on poor man's install?

  1. #1
    Junior Member
    Join Date
    Mar 2005
    Posts
    9

    [Help] Write on poor man's install?

    Hi, I have a poor man's install (compressed on HDD, just like the livecd) with grub bootloader instead of isolinux.
    Is there a way to modify and permanently save the grub.lst while I'm running my knoppix system?
    The location seen from another system where I hooked My HDD is /media/hdd1/boot/grub/grub.lst. When I'm running from my knoppix HDD, It will be /cdrom/boot/grub/grub.lst but because the system is read-only, I can't save on it. How could I make r/w temporarly that location?
    Any help much apreciated.
    V.

  2. #2
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Do you mean "menu.lst"? What do you want to achieve? Edit grub boot menu and/or add cheat codes to default kernel options?

  3. #3
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    Do you mean "menu.lst"?
    Yes that's it, my bad...

    Quote Originally Posted by ockham23
    What do you want to achieve? Edit grub boot menu and/or add cheat codes to default kernel options?
    Something like that, but a more general goal is to be able to save files in that area. Let say, beside boot directory to create my own directory where to be able to permanently save files.
    I don't know if I can/how remount that portion of "CD" as read/write.

  4. #4
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    You can customize Knoppix by creating a persistent home directory on your hard drive and even modify the cd image file with unionfs by storing your modifications in a special unionrw directory on your hard drive.

    Editing menu.lst, however, isn't that simple if grub itself and menu list are located inside the image file. You would have to copy the files from the cd to a temporary directory, edit menu.lst according to your needs, and create a new iso file from the copied files with mkisofs.

  5. #5
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    You can customize Knoppix by creating a persistent home directory on your hard drive ... [snip]
    Can be instead of persistent home directory just another generic directory? I could use some links to point in that direction and use it to store whatever I need... Would it be writeable out of UNIONFS?
    Thanks, V.

  6. #6
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    I just reread your initial post. Apparently, menu.lst is located in a folder that is not part of the image file. So you should be able to edit to contents of the file if you boot off the Knoppix cd instead off the image file.

    And, yes, you can store your data in any directory on your computer's hard drive or on any removable drive unless the file system of the drive is NTFS. File systems with write support are - among others - FAT32, FAT16, ext2, ext3 and reiserfs. Before you can write to the drive you have to tell Knoppix to mount the drive. In this regard, a persistent home directory is more convenient because it is mounted automatically when Knoppix starts.

    Unionfs is not required if you only want to store user data to permanent folder on a hard drive or a removable drive. However, you cannot add new programs to Knoppix without using unionfs.

  7. #7
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by ockham23
    I just reread your initial post. Apparently, menu.lst is located in a folder that is not part of the image file. So you should be able to edit to contents of the file if you boot off the Knoppix cd instead off the image file.

    And, yes, you can store your data in any directory on your computer's hard drive or on any removable drive unless the file system of the drive is NTFS. File systems with write support are - among others - FAT32, FAT16, ext2, ext3 and reiserfs. Before you can write to the drive you have to tell Knoppix to mount the drive. In this regard, a persistent home directory is more convenient because it is mounted automatically when Knoppix starts.

    Unionfs is not required if you only want to store user data to permanent folder on a hard drive or a removable drive. However, you cannot add new programs to Knoppix without using unionfs.
    Thanks for the answers, I think I need to re-state what I'd like to accomplish:

    - without any external help (knoppix CD, or other linux), just within my knoppix-like HDD install...
    - without any other partition/disk intended for storage...

    ... just the same way I have the "boot" directory, I whish to have another writeable directory used just for read-write-save files. The purpose is to use this install on a compact flash, without abusing the write cycles which would compromise the CF. I won't mind to make/run a script to "remount -rw" or "remount -ro" this directory.
    Having for this purpose another partition seems logic and trivial. But I wonder if I just could use the same partition for this, even the way of doing it is not trivial. In the end, I could protect under the "ro umbrela" also my "special directory"

  8. #8
    Senior Member registered user
    Join Date
    Feb 2005
    Posts
    228
    Having for this purpose another partition seems logic and trivial.
    Well, there's your answer.

  9. #9
    Senior Member registered user
    Join Date
    Jul 2006
    Posts
    117
    If I understand correctly, you want to mount r/w the partition where your iso image is.

    When you boot from a iso image on disk (as in your poor man's install), the partition where the iso is will be mounted as a cdrom loop device in read-only mode. For example, if the iso file was on hdd1, then mount will read "hdd1 on cdrom2.loop type ext3 (ro)".

    To make hdd1 writable, issue the following mount command:

    mount /dev/hdd1 /cdrom2.loop -o remount

    Regards.

  10. #10
    Junior Member
    Join Date
    Mar 2005
    Posts
    9
    Quote Originally Posted by Jacky
    To make hdd1 writable, issue the following mount command:

    mount /dev/hdd1 /cdrom2.loop -o remount
    Works like a charm!
    Thanks to all for their suggestions.
    Have a great day, V.

Page 1 of 2 12 LastLast

Similar Threads

  1. Poor Man's Install
    By anksingh in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 08-01-2006, 04:56 AM
  2. Poor Man's DVD Install
    By xfiles in forum Knoppix DVD
    Replies: 1
    Last Post: 09-02-2005, 06:20 AM
  3. Poor Man's Install - Can't change read/write mode
    By Nick889 in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 02-17-2005, 05:00 AM
  4. my poor man's install setup
    By probono in forum The Lounge
    Replies: 11
    Last Post: 09-27-2004, 03:34 PM
  5. Poor man's install???
    By Obsidian in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 08-28-2003, 06:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


512GB  USB Flash Drive External Storage Memory Stick For iPhone iPad Android picture

512GB USB Flash Drive External Storage Memory Stick For iPhone iPad Android

$17.59



USB Flash Drive Memory Thumb Photo Sticks For iPhone iPad 128/256/512GB 1TB 2TB picture

USB Flash Drive Memory Thumb Photo Sticks For iPhone iPad 128/256/512GB 1TB 2TB

$25.33



2TB 1TB TYPE-C OTG Stick 4 in 1 USB Memory Photo Stick Android Samsung Pen Drive picture

2TB 1TB TYPE-C OTG Stick 4 in 1 USB Memory Photo Stick Android Samsung Pen Drive

$25.54



iDiskk 4 IN 1 USB Flash Drive iPhone Photo Storage Stick for iPhone iPad Android picture

iDiskk 4 IN 1 USB Flash Drive iPhone Photo Storage Stick for iPhone iPad Android

$97.59



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1 picture

2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1

$16.72



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$5.99



Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof  picture

Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof

$8.34



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$388.39



USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT picture

USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT

$249.37