|
|
|
||||
|
Quote:
fdisk /dev/sdb n (for new) p (for primary) enter (start at 0) enter (end at last bit on disk) wq (to save and exit mkfs.ext3 /dev/sdb1 Done. |
|
|
||||
|
Quote:
I opened up a terminal and i'm at my root directory (or at least I think I am). When I type the fdisk command, it says something along the line of command not found. I've tried some other commands and even help and those commands work but for some reason it does not look like fdisk is available? Is this just the case for yellow dog linux and the ps3? Another thing that I thought would be simple but has been more a headache was installing quick start buttons on the the ydl enlightenment toolbar. It comes on install with the toolbar set up (with internet / document program / excel type program )but I can't for the life of me figure out how to add additional 'quick start icons' (similar to windows xp) on the toolbar. I had accidentally deleted the 'gadget' which removed the icons but now I can't put any of the icons back. Quite frustrating. Any ideas? |
|
|
||||
|
Quote:
It should be in /sbin/fdisk. If it is not there, atttempt to find it on the install DVD and install it. Else consider using fat32 for your USB. (quick menu) - left click on the desktop - select configuration - select shelves - select add - select shelf 0 - select configure - in layout select center-bottom - select apply - select ok - select close - select close |
|
|
||||
|
I am trying. I have gotten a hold of the 111 source code. Unfortuanately it does not have the linux section like the older releases. It does know about powerpc, but still tries to compile for windows. If I come across any solution, I will let you know. Edit: Silly me. There is not linux source code for mame. You should use xmame. I have compiled this before and am doing it right now. This should work. |
|
|
||||
|
Quote:
|
|
|
||||
|
Quote:
hmm ok fdisk IS there as an executable but when I try to run it through a terminal it says: "command not found" Here is what the line says in full: bash: fdisk: command not found What is bash? Sorry for the newbie questions but thanks for your help! |
|
|
||||
|
Quote:
Bash is a shell. Please google it. You will get a better answer than from me. Now the fix is.... vi /root/.bashrc ...add... PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:. ...hopes this help you. o...you have to be root to use fdisk. That is why it is not in your path. Try logging in as root and perform my suggested commands. |
|
| Thread Tools | |
|
|