*** tpb has joined #timvideos | 00:00 | |
*** tac-tics has quit IRC | 00:25 | |
*** ivodd has quit IRC | 00:53 | |
*** ivodd has joined #timvideos | 00:54 | |
*** ivodd has quit IRC | 00:58 | |
*** sedo has joined #timvideos | 01:25 | |
*** sedo has quit IRC | 01:33 | |
*** hyadez has joined #timvideos | 01:44 | |
*** Marchal1 has joined #timvideos | 03:07 | |
*** Marchal1 has quit IRC | 03:10 | |
*** ivodd has joined #timvideos | 03:16 | |
*** waldo323 has quit IRC | 03:57 | |
*** waldo323 has joined #timvideos | 04:11 | |
*** CarlFK has quit IRC | 05:08 | |
*** rohitksingh has joined #timvideos | 06:26 | |
*** rohitksingh has quit IRC | 06:49 | |
*** rohitksingh has joined #timvideos | 07:03 | |
*** rancyd_20 has joined #timvideos | 07:22 | |
*** rancyd_20 has quit IRC | 07:25 | |
*** Shari2 has joined #timvideos | 07:58 | |
*** Guest38448 has joined #timvideos | 08:46 | |
*** klinquist4 has joined #timvideos | 08:48 | |
*** Guest38448 has quit IRC | 08:49 | |
*** mauz555 has joined #timvideos | 08:57 | |
*** rohitksingh has quit IRC | 09:10 | |
*** rohitksingh has joined #timvideos | 09:11 | |
*** mauz555 has quit IRC | 09:22 | |
*** rohitksingh has quit IRC | 09:45 | |
*** rohitksingh has joined #timvideos | 09:57 | |
*** rohitksingh has quit IRC | 10:31 | |
*** rohitksingh has joined #timvideos | 10:44 | |
*** nander9 has joined #timvideos | 11:22 | |
*** nander9 has quit IRC | 11:24 | |
*** rohitksingh has quit IRC | 11:26 | |
*** mauz555 has joined #timvideos | 11:29 | |
*** rohitksingh has joined #timvideos | 11:37 | |
*** thaytan has quit IRC | 12:04 | |
*** thaytan has joined #timvideos | 12:05 | |
*** ChanServ sets mode: +v thaytan | 12:05 | |
*** Emine has joined #timvideos | 12:10 | |
*** Emine has quit IRC | 12:10 | |
*** rEv96 has joined #timvideos | 12:46 | |
*** rEv96 has quit IRC | 12:49 | |
*** kostkon has joined #timvideos | 12:59 | |
*** CarlFK has joined #timvideos | 13:47 | |
*** ChanServ sets mode: +v CarlFK | 13:47 | |
*** rohitksingh has quit IRC | 13:50 | |
*** simmel21 has joined #timvideos | 14:15 | |
*** simmel21 has quit IRC | 14:18 | |
*** Jeruvy11 has joined #timvideos | 14:23 | |
*** Jeruvy11 has quit IRC | 14:27 | |
*** CarlFK has quit IRC | 14:31 | |
*** rohitksingh has joined #timvideos | 14:58 | |
*** Shari2 has quit IRC | 15:01 | |
*** mauz555 has quit IRC | 15:11 | |
*** mauz555 has joined #timvideos | 16:17 | |
*** mauz555 has quit IRC | 16:24 | |
*** Askenfeldt16 has joined #timvideos | 16:33 | |
*** rohitksingh has quit IRC | 16:37 | |
*** Askenfeldt16 has quit IRC | 16:38 | |
*** rohitksingh has joined #timvideos | 16:39 | |
*** ramporicha has joined #timvideos | 17:05 | |
*** Toba has joined #timvideos | 17:13 | |
*** labelette14 has joined #timvideos | 18:04 | |
*** labelette14 has quit IRC | 18:07 | |
*** rohitksingh has quit IRC | 18:08 | |
*** rohitksingh has joined #timvideos | 18:12 | |
*** rohitksingh has quit IRC | 18:43 | |
*** AlvaroMolina19 has joined #timvideos | 18:49 | |
*** AlvaroMolina19 has quit IRC | 18:54 | |
*** CarlFK has joined #timvideos | 19:05 | |
*** ChanServ sets mode: +v CarlFK | 19:05 | |
*** latez_ has joined #timvideos | 19:29 | |
*** timwis10 has joined #timvideos | 19:37 | |
*** timwis10 has quit IRC | 19:37 | |
CarlFK | any mac users? | 21:16 |
---|---|---|
CarlFK | on mac (host) x86-qemu running linux (guest), I have a usb ext4 fs - how do we get those files into the vm | 21:17 |
*** brynet11 has joined #timvideos | 21:21 | |
*** Seb5 has joined #timvideos | 21:24 | |
*** brynet11 has quit IRC | 21:26 | |
CarlFK | never mind, plan C: put the files on a 64gig SD card meant for my camera | 21:35 |
CarlFK | that was 1/2 full of video files | 22:08 |
CarlFK | and fat32, so no 18gig tar file | 22:08 |
CarlFK | so format it hpfs | 22:11 |
CarlFK | except linux really wants to mount that ro | 22:12 |
CarlFK | sudo apt-get install hfsprogs ... sudo mount -t hfsplus -o force,rw ... success!!! | 22:12 |
*** ewen has joined #timvideos | 22:14 | |
ewen | CarlFK: In case it helps later, I'd probably have just mounted the ext4 file system as a drive into the Linux (qemu) environment, and copied the files there. As usb-storage or similar. (Or dd the file system off the USB stick and mount it as a file.) | 22:15 |
ewen | CarlFK: There is an OS X Fuse ext4 file system (read only): https://github.com/gerard/ext4fuse (which I think is in MacPorts / Brew), but I don't know how stable it is. | 22:16 |
tpb | Title: GitHub - gerard/ext4fuse: EXT4 implementation for FUSE (at github.com) | 22:16 |
CarlFK | ewen: ok, I lied. or ai was misled. it was Vbox vm. | 22:20 |
CarlFK | googles finds people complaining about it not mounting block devices or something | 22:21 |
ewen | Ah, not mounting block devices makes it a *lot* harder :-) | 22:22 |
ewen | Glad you found a work around. | 22:23 |
CarlFK | rsync Xilinx_Vivado_SDK_2018.2_0614_1954.tar.gz | 22:23 |
CarlFK | 18,373,537,572 100% 24.36MB/s 0:11:59 | 22:23 |
ewen | Ah, yes, the joys of trying to copy > 4GB files between hosts with only FAT as a common file system... | 22:27 |
CarlFK | yup | 22:40 |
CarlFK | now the mac local drive doesn't have enough space | 22:40 |
CarlFK | done for the day | 23:14 |
CarlFK | and heading to dinner | 23:14 |
CarlFK | hours later - the 2 tar files are on the mac. and i think the xilinx.lic file arrived too. | 23:25 |
*** CarlFK has quit IRC | 23:30 | |
*** ewen has quit IRC | 23:37 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!