WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Access to isolinux folder ?  (Read 3222 times)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Access to isolinux folder ?
« on: January 02, 2011, 10:48:05 AM »
Dear All
I booted tinycore from USB and want to edit isolinux.cfg .
How can i do it ?
TNX ...

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #1 on: January 02, 2011, 10:59:47 AM »
Clarify?
Do you intend to remaster the CD?
« Last Edit: January 02, 2011, 11:06:54 AM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #2 on: January 02, 2011, 01:37:55 PM »
Clarify?
Do you intend to remaster the CD?

No , I don't want remastering !!!
some times i want to append multivt in front of kernel ....
Or other sometimes i want to access my text files on root of my flash USB ....

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Access to isolinux folder ?
« Reply #3 on: January 02, 2011, 01:40:56 PM »
Then mount the partition, and edit the files..

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #4 on: January 02, 2011, 07:04:17 PM »
AFAIK isolinux is mainly or only used to create bootable iso file systems which are read-only.

Therefore, assuming you did not mean isolinux, but perhaps some other bootloader.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #5 on: January 02, 2011, 09:16:37 PM »
Then mount the partition, and edit the files..

When booted from Flash USB and try BLKID , my usb device is not listed !!!
i didn't found any device to mount it ! Why ?
 :-[

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #6 on: January 02, 2011, 09:24:56 PM »
What about
Code: [Select]
fdisk -l?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Access to isolinux folder ?
« Reply #7 on: January 02, 2011, 09:34:08 PM »
If you are using a USB storage device you'll probably need the 'waitusb=...' boot code (see the FAQ).

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #8 on: January 03, 2011, 01:59:38 PM »
When i try BLKID or FDISK -l my HDD drives have been listed and no more information about my FLASH USB notify !!!

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #9 on: January 03, 2011, 04:50:15 PM »
Code: [Select]
dmesg |grep -A 12 complete
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #10 on: January 04, 2011, 12:02:35 PM »
Code: [Select]
dmesg |grep -A 12 complete

Very Well , Tnx .
With your last command i find my device well .

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #11 on: January 04, 2011, 02:41:14 PM »
Hmm, that's a start, now why fdisk and blkid wouldn't list it is the question.
Can you please post output of upper command?
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #12 on: January 05, 2011, 04:14:03 AM »
blkid ------>>  /dev/sda1
fdisk -l ---->>  /dev/sda1

sda1 is my first HDD drive

dmesg ---->>  /dev/sda1 , /dev/sdb1 , /dev/sdb2

Appear that My Tiny Core is on /dev/sdb2 and /dev/sdb1 had The Frameware of My Flash MP3 Player .
I think that The Frameware of My Flash MP3 Player is bothersome for BLKID or FDISK detection .

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Access to isolinux folder ?
« Reply #13 on: January 05, 2011, 01:05:21 PM »
Well, omitting to mention at all that the device in question is a "Flash MP3 Player" with a "Frameware(sic!)" until post 13 of a thread is rather misleading...

Have you tried to mount /dev/sdb2 manually?

Have you had a look at all the options of blkid (as your device is non-standard storage, I couldn't exclude options might help).
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline mbzadegan

  • Newbie
  • *
  • Posts: 33
Re: Access to isolinux folder ?
« Reply #14 on: January 08, 2011, 08:35:46 AM »
Have you tried to mount /dev/sdb2 manually?
Have you had a look at all the options of blkid (as your device is non-standard storage, I couldn't exclude options might help).

Yes i mount /dev/sdb2 manually
Sorry , i dont tested all of blkid options .