Re: [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread James Cameron
Thanks! I acknowledge the boot flag removal did nothing. This points me away from the part of Open Firmware that recognises that flag. I'm sure I can fix it as soon as I can duplicate the problem. But I've been unable to duplicate, possibly because I don't have the same NTFS software as you. I

13.2.0 schedule update

2013-05-13 Thread Daniel Drake
Hi, Development on 13.2.0 is going well, we are completing all of the things we planned to work on. We have defined a schedule: May 23 - packages and activities frozen, first signed release candidate published, only fixes to significant regressions taken beyond this point. June 13 - final 13.2.0

Re: 13.2.0 development build 6 released

2013-05-13 Thread Daniel Drake
On Mon, May 13, 2013 at 10:19 AM, Daniel Drake wrote: > Hi, > > http://wiki.laptop.org/go/13.2.0 > http://build.laptop.org/13.2.0/os6 Sorry, made a silly mistake in a kernel patch, and XO-4 audio is not working as a result. To fix: yum update kernel Daniel ___

13.2.0 development build 6 released

2013-05-13 Thread Daniel Drake
Hi, http://wiki.laptop.org/go/13.2.0 http://build.laptop.org/13.2.0/os6 TamTam updated to v67: fixes audio crackle on XO-4 (#12651) JournalShare updated to v5 TurtleBlocks updated to v176 The XO-4 bluetooth driver is now loaded, it coexists happily with the wireless driver (#12657) XO-4 audi

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Ismael Luceno
On May 13, 2013 10:32 AM, "Yioryos Asprobounitis" wrote: > > OLPC kernels do *not* support NTFS (# CONFIG_NTFS_FS is not set). > It either should be activated in future builds or use another FS. > I believe tha FAT32 (VFAT) can handle big drives and is universal. > However it has a number of othe

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Gonzalo Odiard
On Mon, May 13, 2013 at 11:58 AM, Holt wrote: > On 5/13/2013 10:45 AM, Gonzalo Odiard wrote: > > Why? Can't be in a script? > > > We can't run a script if we cannot boot =) > > (Due to firmware incompatibility w/ NTFS USB drives, forcing us to the > http://wiki.laptop.org/go/Ok prompt, preventin

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Holt
On 5/13/2013 10:45 AM, Gonzalo Odiard wrote: Why? Can't be in a script? We can't run a script if we cannot boot =) (Due to firmware incompatibility w/ NTFS USB drives, forcing us to the http://wiki.laptop.org/go/Ok prompt, preventing auto-boot) Gonzalo On Mon, May 13, 2013 at 11:43 AM, H

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Gonzalo Odiard
Why? Can't be in a script? Gonzalo On Mon, May 13, 2013 at 11:43 AM, Holt wrote: > Indeed...but this is not an option as the XS=XO+TB needs to auto-boot > after "daily" power failures in the developing world :) > > > On 5/13/2013 9:53 AM, Samuel Greenfeld wrote: > > NTFS is supported in OLPC

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Holt
Indeed...but this is not an option as the XS=XO+TB needs to auto-boot after "daily" power failures in the developing world :) On 5/13/2013 9:53 AM, Samuel Greenfeld wrote: NTFS is supported in OLPC builds, just not by the OS Kernel itself. The ntfs-3g "filesystem in userspace" package can be u

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Samuel Greenfeld
NTFS is supported in OLPC builds, just not by the OS Kernel itself. The ntfs-3g "filesystem in userspace" package can be used to mount NTFS drives. So you should be able to use a command like "mount -t ntfs-3g /dev/ntfs_partition /mnt/mountpoint" if Sugar or GNOME do not automatically mount the f

Re: [support-gang] [Server-devel] 1TB drive of quality open content on XO/XS--won't boot

2013-05-13 Thread Yioryos Asprobounitis
OLPC kernels do *not* support NTFS (# CONFIG_NTFS_FS is not set). It either should be activated in future builds or use another FS. I believe tha FAT32 (VFAT) can handle big drives and is universal. However it has a number of other problems that may not suit your needs (reliability, permissions e