Tiny Core Base > TCB Q&A Forum

two problems: directories vanish after reboot and would like to remove xfce

<< < (2/5) > >>

gerald_clark:
TC's file system is in RAM.  Media files will likely fill your RAM rather quickly.
Also, you would have to add media/windows to /opt/.filetool.lst.
This would cause all media files to be backed up at shutdown, and restored at bootup.

I think the symlink to real storage is a better option.

ejames82:
gerald_clark,

i don't think i would be able to use Jason W's suggestion exactly as he wrote it, because sda1 would typically be a flash drive, or something else plugged into a usb port, wouldn't it?  here's my fdisk:


tc@box:~$ fdisk -l

Disk /dev/hda: 17.3 GB, 17360093184 bytes
255 heads, 63 sectors/track, 2110 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks  Id System
/dev/hda1   *           1        1084     8707198+  7 HPFS/NTFS
/dev/hda2            1085        1435     2819407+ 83 Linux
/dev/hda3            1436        1531      771120  82 Linux swap
/dev/hda4            1532        2110     4650817+  b Win95 FAT32
tc@box:~$


thanks for the reply

Jason W:
Replace the "sda1" with "hda2" or "hda4", or the name of the  partition you want to use. 

ejames82:
Jason W,

since hda2 is the tinycore/linux partition, that is the one that makes the most sense.  here is the terminal output:

tc@box:~$ mkdir /mnt/sda1/windows
mkdir: can't create directory '/mnt/sda1/windows': No such file or directory
tc@box:~$ sudo mkdir /mnt/sda1/windows
mkdir: can't create directory '/mnt/sda1/windows': No such file or directory
tc@box:~$ mkdir /mnt/hda2/windows
mkdir: can't create directory '/mnt/hda2/windows': Permission denied
tc@box:~$ sudo mkdir /mnt/hda2/windows
tc@box:~$ sudo ln -s /mnt/hda1/windows /media/windows               
ln: /media/windows: No such file or directory
tc@box:~$ sudo mkdir /media
tc@box:~$ sudo mkdir /media/windows
tc@box:~$ sudo ln -s /mnt/hda1/windows /media/windows
tc@box:~$

i will now try to reboot.
thanks again.

ejames82:
it didn't work.  i rebooted and no /media/windows exists.  no /media exists.
http://img413.imageshack.us/img413/3772/screenshot0914152932.png

hey, i'm the one at fault.  i am just NOT thinking clearly today.  i'm not quitting, i'm just out of ideas, and they usually come to me.  they're just not doing it today. 
if theres any commands you would like me to run and post the output, i'll be glad to.
i really, really appreciate it.  you guys are always great, and you did show me how to remove xfce, so i do have something positive to cheer about.
thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version