WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Cant really understand how TCE fs will work.  (Read 3737 times)

Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #15 on: January 01, 2020, 10:58:59 AM »
This. Sorry, they are the same pictures :)
krytgames

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Cant really understand how TCE fs will work.
« Reply #16 on: January 01, 2020, 11:19:26 AM »
Hi krytgames
1)symlink to /tmp/tce
That suggests you either have a  copy2fs.flg  file in your  tce  directory or  tce-setdrive  never ran. Do you have a  tce  directory
on  /mnt/sda1 ?

Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #17 on: January 01, 2020, 11:35:45 AM »
No
krytgames

Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #18 on: January 02, 2020, 10:06:19 AM »
So. Its really strange. I did a tutorial by making an universal boot device for BIOS and UEFI, but after rebooting all patritions are empy :(
krytgames

Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #19 on: January 02, 2020, 10:57:52 AM »
After some experiments i have this situation: i have sda1,sda2,sda3 in /mnt directory, but in fact, /dev/sda1,sda2,sda3 not mounted. But if i use sudo mount /dev/sda2, for example, create a file at here, then reboot, then file will remains. Very strange things. Why i have something in /mnt directory when devices are not mounted?
krytgames

Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #20 on: January 02, 2020, 12:50:52 PM »
Another update. I think, that problem, because TC not auto mount disk patrisions on boot. In fstab has strings about /dev/sda1,sda2,sda3, but when i use sudo mount - there are no mounted "devs" in it.
krytgames

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: Cant really understand how TCE fs will work.
« Reply #21 on: January 02, 2020, 01:25:03 PM »
Hi krytgames
When TC boots it adds all devices it recognizes to  fstab.  The only devices that get auto mounted are ones TC needs to run. If a device
is listed in  fstab  and the file system is supported, you can mount it with:
Code: [Select]
mount /dev/sda1or:
Code: [Select]
mount /mnt/sda1There is no  sudo  required for that case.


Offline krytgames

  • Newbie
  • *
  • Posts: 32
Re: Cant really understand how TCE fs will work.
« Reply #22 on: January 03, 2020, 01:58:49 AM »
But why are they not mounted automaticly? How i can configure it to mount automaticly?
Also after i did filetool.sh and it created onboot.lst and mydata.tgz - TC correctly mount tce directory and  saves extensions.
krytgames