Page 2 of 2

Posted: Sun 30 Dec 2012, 23:43
by jamesbond
01micko wrote:

Code: Select all

 ./ntfs-3g --help

ntfs-3g 2010.1.16 integrated FUSE 27 - Third Generation NTFS Driver
No wonder it's not working. See http://www.tuxera.com/community/ntfs-3g ... mpression/ - it says compressed NTFS is only fully supported after 2010.8.8.
It's a static compile by Barry. I have no idea how to update it. Little help?
Well I can see you don't need that already :lol:

Posted: Sun 30 Dec 2012, 23:55
by 01micko
jamesbond wrote: Well I can see you don't need that already :lol:
Yeah, was surprisingly easy. :) . Yet to hear a report if it works though, but no reason it shouldn't.

BTW: works just fine to mount a normal ntfs partition using my above instructions, except I called with full path to binary, that way you don't need to whack it in PATH or move your existing ntfs-3g binary, creating unnecessary whiteout files.

Test with01Micko's new module

Posted: Mon 31 Dec 2012, 11:19
by gcmartin
Thanks for the newer module. Here what I did and found

On the NTFs partition, I have a folder where I've put boot directories for Slacko, Pemasu's Precise, Barry's Precise. and Carolina. GRUB4DOS was set up as a Boot Manager with entries to boot each distro.

Using Pemasu's Precise,
  1. I downloaded 01Micko's NTFS fix
  2. double-clicked each directory's "initrd.gz" file which opened to allow /bin/ntfs-3g file to be replaced with 01Micko's entry of ntfs-3g
Next,
  • I booted each distro - no problem
  • made FirstRUN changes in each distro - no problems
  • Started a "reboot plus save-session" for each distro
Here what I found
  • Carolina, no problem in reboot. Carolina found and used the save-session that was there
  • Pemasu's Precise, no problem in reboot. Pemasu's Precise found and used the save-session that was there
  • Barry's Precise ran into boot-time issues with Messages "uncompression error" and "System halted"
  • Slacko, indicated I/O errors in shutdown processing. On reboot, it failed as soon as it touched the save-session file.
Here to help

Posted: Tue 29 Jan 2013, 14:14
by BarryK
gcmartin,
Just to eliminate them, could you test these, make sure that they are correctly identifying your (compressed) ntfs partition...

For example, say it is /dev/sda1:

# guess_fstype /dev/sda1
# blkid /dev/sda1
# disktype /dev/sda1
# fdisk -l /dev/sda1

This is assuming that you are using the recent ntfs-3g that supports compressed ntfs.

Posted: Tue 29 Jan 2013, 17:46
by gcmartin
BarryK wrote:gcmartin,
Just to eliminate them, could you test these, make sure that they are correctly identifying your (compressed) ntfs partition...

For example, say it is /dev/sda1:

# guess_fstype /dev/sda1
# blkid /dev/sda1
# disktype /dev/sda1
# fdisk -l /dev/sda1

This is assuming that you are using the recent ntfs-3g that supports compressed ntfs.
I wouldn't have any problem doing this. But, I would like someone to recommend a distro which either has the latest in its REPO or built-into the base distro. (I would prefer providing feedback from any distro with this in the base).

Thanks in advance for any recommendation(s).

Edited: .Both of Pemasu's latest Upup versions have ntfs-3g updated version through woof.

NTFS resolution FOUND. Works both compressed & non-compress

Posted: Wed 30 Jan 2013, 17:14
by gcmartin
Resolved
Pemasu's uPUP 54X7 with the NTFS fix works fine. No errs at Shutdown, as system acknowledges save-session. System, on reboot, starts; finding and using the save-session file as expected. At desktop, the customization from last session exist as expected.

The results asked for

Code: Select all

# guess_fstype /dev/sda5
ntfs

# blkid /dev/sda5
/dev/sda5: LABEL="Compressed" UUID="E2B45070B4504965" TYPE="ntfs"

# disktype /dev/sda5

--- /dev/sda5
Block device, size 18.95 GiB (20345406464 bytes)
Windows NTLDR boot loader
NTFS file system
  Volume size 18.95 GiB (20345405952 bytes, 39737121 sectors)

# fdisk -l /dev/sda

Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders, total 117210240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x41ab2316

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63      112454       56196   de  Dell Utility
/dev/sda2          112455    61552639    30720092+   7  HPFS/NTFS
/dev/sda3        61552640   109883391    24165376    5  Extended
/dev/sda4       109884600   117210239     3662820   1c  Hidden W95 FAT32 (LBA)
/dev/sda5        61552703   101289824    19868561    7  HPFS/NTFS
/dev/sda6       101292032   109883391     4295680   82  Linux swap / Solaris
Here to help