Tiny Core Base > piCore Test Releases
piCore 5.0.alpha2
bmarkus:
--- Quote from: sbp on September 14, 2013, 09:24:29 AM ---
1. In version 4.7.7 I could use a command like: cat /mnt/mmcblk0p1/config.txt to show and then manipulate the config.txt file. However in piCore5 somehow the boot files can't be found, and the command does not show the content of config.txt. I can't even see the boot files in mnt/mmcblk0p1 via winscp anymore (they can bee seen via winscp in 4.7.7)
--- End quote ---
Probably it is not mounted. Try
--- Code: ---sudo mount /mnt/mmcblk0p1
--- End code ---
bmarkus:
--- Quote from: sbp on September 14, 2013, 09:24:29 AM ---2. I can't figure out how to mount an external USB-stick in version 5. In version 4.7.7. I would use "mount /dev/sda1" but that won't work in version5.
Also fdisk -l does not show the USB-stick in version 5 anymore.
--- End quote ---
Please check with lsusb thar USB stick is seen or not. If yes, execute
--- Code: ---sudo rebuildfstab
--- End code ---
and check it appears in /mnt
sbp:
--- Quote from: bmarkus on September 14, 2013, 09:40:20 AM ---
--- Quote from: sbp on September 14, 2013, 09:24:29 AM ---
1. In version 4.7.7 I could use a command like: cat /mnt/mmcblk0p1/config.txt to show and then manipulate the config.txt file. However in piCore5 somehow the boot files can't be found, and the command does not show the content of config.txt. I can't even see the boot files in mnt/mmcblk0p1 via winscp anymore (they can bee seen via winscp in 4.7.7)
--- End quote ---
Probably it is not mounted. Try
--- Code: ---sudo mount /mnt/mmcblk0p1
--- End code ---
--- End quote ---
Thanks
Yep - now it is visible.
But this is a different behaviour compared to 4.7.7. So is it something that you will change, or is it as it should be now in version 5?
Steen
sbp:
--- Quote from: bmarkus on September 14, 2013, 09:43:37 AM ---
--- Quote from: sbp on September 14, 2013, 09:24:29 AM ---2. I can't figure out how to mount an external USB-stick in version 5. In version 4.7.7. I would use "mount /dev/sda1" but that won't work in version5.
Also fdisk -l does not show the USB-stick in version 5 anymore.
--- End quote ---
Please check with lsusb thar USB stick is seen or not. If yes, execute
--- Code: ---sudo rebuildfstab
--- End code ---
and check it appears in /mnt
--- End quote ---
I can see it in lsusb
--- Code: ---tc@box:~$ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0d8c:000c C-Media Electronics, Inc. Audio Adapter
Bus 001 Device 005: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 102 Flash Drive / HEMA Flash Drive 2 GB / PNY Attache 4GB Stick
--- End code ---
But even after sudo rebuildfstab it can't be seen:
--- Code: ---tc@box:~$ sudo fdisk -l
Disk /dev/mmcblk0: 1023 MB, 1023934464 bytes
11 heads, 8 sectors/track, 22725 cylinders
Units = cylinders of 88 * 512 = 45056 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 1 373 16353 4 FAT16 <32M
/dev/mmcblk0p2 373 817 19564 83 Linux
--- End code ---
or
--- Code: ---tc@box:/mnt$ ls
mmcblk0p1/ mmcblk0p2/
tc@box:/mnt$
--- End code ---
Steen
bmarkus:
Confirmed, same here. Regarding 1) no intended change, it is related to 2)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version