Weblogs for DebianIsCool
#6
Posted by DebianIsCool on Thu 13 Apr 2006 at 05:13
HOWTO: GENTOO 2006.0, GNOME, KDE AND XFCE IN LESS THAN 180 MINUTES.
GENTOO 2006.0 and GNOME in less than 15 minutes.
Interested in a walkthru to help you through a Gentoo Linux 2006 installation (with KDE Gnome and Xfce)? Then click here:
http://linux.coconia.net/
There is a page on installing Windows on a spare partition of your harddrive.
There is also instructions on HOWTO access and write to Windows XP/2000 (formatted with the NTFS) from Linux.
Access to Windows by Captive-FUSE and NTFS-FUSE are compared.
There is also code for JAVASCRIPT MOVIES (and a few to watch).
Also has a section on how to REMIX YOUR 14 Debian CDs as 2 DVDs.
GENTOO 2006.0 and GNOME in less than 15 minutes.
Interested in a walkthru to help you through a Gentoo Linux 2006 installation (with KDE Gnome and Xfce)? Then click here:
http://linux.coconia.net/
There is a page on installing Windows on a spare partition of your harddrive.
There is also instructions on HOWTO access and write to Windows XP/2000 (formatted with the NTFS) from Linux.
Access to Windows by Captive-FUSE and NTFS-FUSE are compared.
There is also code for JAVASCRIPT MOVIES (and a few to watch).
Also has a section on how to REMIX YOUR 14 Debian CDs as 2 DVDs.
#5
Posted by DebianIsCool on Mon 6 Mar 2006 at 11:16
Homepage: http://linux.coconia.net/
Writing to Windows XP, NTFS-FUSE or Captive-FUSE, which is best?
NTFS-FUSE versus Captive-FUSE.
I thought I would run a few tests to check the differences between the two ways of writing to NTFS partitions.
The first test was to copy the 700 MB file SUSE-10.0-CD-i386-GM-CD3.iso
The test machine is rather old (a 750 MHz Duron chip with 512 MB RAM). For comparison purposes, it took 11:36 minutes to copy the file from a USB memory stick (VFAT) to a Reiser partition.
Results for NTFS-FUSE.
# date; cp /SUSE-10.0-CD-i386-GM-CD3.iso /c; date
Sun Mar 5 01:37:18 UTC 2006
Sun Mar 5 01:53:42 UTC 2006
NTFS-FUSE took 16:24 minutes to copy the 700 MB file from a Reiser partition to an NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /c/SUSE-Copy.iso; date
Sun Mar 5 01:54:59 UTC 2006
Sun Mar 5 01:58:59 UTC 2006
NTFS-FUSE took 4 minutes to copy the 700 MB file within the same NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /d; date
Sun Mar 5 02:17:23 UTC 2006
Sun Mar 5 02:23:11 UTC 2006
NTFS-FUSE took 5:48 minutes to copy the 700 MB file from one NTFS partition to another NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /; date
Sun Mar 5 04:25:23 UTC 2006
Sun Mar 5 04:27:59 UTC 2006
NTFS-FUSE took 2:36 minutes to copy the 700 MB file from an NTFS partition to a Reiser partition.
Results for Captive-FUSE.
# date; cp /SUSE-10.0-CD-i386-GM-CD3.iso /C; date
Sun Mar 5 04:44:28 UTC 2006
Sun Mar 5 06:53:34 UTC 2006
Captive-FUSE took 132:06 minutes to copy the 700 MB file from a Reiser partition to an NTFS partition.
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /C/SUSE-Copy.iso; date
Mon Mar 6 00:04:03 UTC 2006
cp: reading `/C/SUSE-10.0-CD-i386-GM-CD3.iso': Invalid argument
Mon Mar 6 01:36:41 UTC 2006
FAILED: Captive-FUSE was never able to copy the 700 MB file within the same NTFS partition (3 tries, same error).
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /D; date
Sun Mar 5 22:23:41 UTC 2006
Mon Mar 6 00:01:15 UTC 2006
Captive-FUSE took 97:34 minutes to miss-copy the 700 MB file from one NTFS partition to another NTFS partition.
FAILED: Wrong MD5.
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /; date
Sun Mar 5 22:15:06 UTC 2006
Sun Mar 5 22:22:17 UTC 2006
Captive-FUSE took 7:11 minutes to copy the 700 MB file from an NTFS partition to a Reiser partition.
Conclusion.
NTFS-FUSE easily wins the first round.
Writing to Windows XP/2000/NT (NTFS formatted) from Linux using NTFS-FUSE.
Writing to Windows XP/2000/NT (NTFS formatted) from Linux using Captive-FUSE (Update).
Writing to Windows XP, NTFS-FUSE or Captive-FUSE, which is best?
NTFS-FUSE versus Captive-FUSE.
I thought I would run a few tests to check the differences between the two ways of writing to NTFS partitions.
The first test was to copy the 700 MB file SUSE-10.0-CD-i386-GM-CD3.iso
The test machine is rather old (a 750 MHz Duron chip with 512 MB RAM). For comparison purposes, it took 11:36 minutes to copy the file from a USB memory stick (VFAT) to a Reiser partition.
Results for NTFS-FUSE.
# date; cp /SUSE-10.0-CD-i386-GM-CD3.iso /c; date
Sun Mar 5 01:37:18 UTC 2006
Sun Mar 5 01:53:42 UTC 2006
NTFS-FUSE took 16:24 minutes to copy the 700 MB file from a Reiser partition to an NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /c/SUSE-Copy.iso; date
Sun Mar 5 01:54:59 UTC 2006
Sun Mar 5 01:58:59 UTC 2006
NTFS-FUSE took 4 minutes to copy the 700 MB file within the same NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /d; date
Sun Mar 5 02:17:23 UTC 2006
Sun Mar 5 02:23:11 UTC 2006
NTFS-FUSE took 5:48 minutes to copy the 700 MB file from one NTFS partition to another NTFS partition.
# date; cp /c/SUSE-10.0-CD-i386-GM-CD3.iso /; date
Sun Mar 5 04:25:23 UTC 2006
Sun Mar 5 04:27:59 UTC 2006
NTFS-FUSE took 2:36 minutes to copy the 700 MB file from an NTFS partition to a Reiser partition.
Results for Captive-FUSE.
# date; cp /SUSE-10.0-CD-i386-GM-CD3.iso /C; date
Sun Mar 5 04:44:28 UTC 2006
Sun Mar 5 06:53:34 UTC 2006
Captive-FUSE took 132:06 minutes to copy the 700 MB file from a Reiser partition to an NTFS partition.
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /C/SUSE-Copy.iso; date
Mon Mar 6 00:04:03 UTC 2006
cp: reading `/C/SUSE-10.0-CD-i386-GM-CD3.iso': Invalid argument
Mon Mar 6 01:36:41 UTC 2006
FAILED: Captive-FUSE was never able to copy the 700 MB file within the same NTFS partition (3 tries, same error).
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /D; date
Sun Mar 5 22:23:41 UTC 2006
Mon Mar 6 00:01:15 UTC 2006
Captive-FUSE took 97:34 minutes to miss-copy the 700 MB file from one NTFS partition to another NTFS partition.
FAILED: Wrong MD5.
# date; cp /C/SUSE-10.0-CD-i386-GM-CD3.iso /; date
Sun Mar 5 22:15:06 UTC 2006
Sun Mar 5 22:22:17 UTC 2006
Captive-FUSE took 7:11 minutes to copy the 700 MB file from an NTFS partition to a Reiser partition.
Conclusion.
NTFS-FUSE easily wins the first round.
Writing to Windows XP/2000/NT (NTFS formatted) from Linux using NTFS-FUSE.
Writing to Windows XP/2000/NT (NTFS formatted) from Linux using Captive-FUSE (Update).
[0 Comments
| Add Comment
|
]
#4
Posted by DebianIsCool on Wed 15 Feb 2006 at 20:29
Writing to Windows 2000/XP from Linux using Kernel Module ntfs (and Captive).
There is a page on how to write to Windows 2000/XP partitions (formatted with the NTFS) from SuSE Linux that uses the program Captive, at the web-site
http://linux.coconia.net
The program Captive works well with SuSE 10.0.
The Kernel Module ntfs does not seem to work.
I cannot get the Kernel Module ntfs to work on Debian either.
How do I get the Kernel Module ntfs working in Debian?
There is a page on how to write to Windows 2000/XP partitions (formatted with the NTFS) from SuSE Linux that uses the program Captive, at the web-site
http://linux.coconia.net
The program Captive works well with SuSE 10.0.
The Kernel Module ntfs does not seem to work.
I cannot get the Kernel Module ntfs to work on Debian either.
How do I get the Kernel Module ntfs working in Debian?
#3
Posted by DebianIsCool on Sat 14 Jan 2006 at 00:08
NTFS partition from Linux.
Interested in using Captive to WRITE TO YOUR WINDOWS 2000/XP PARTITIONS (formatted with NTFS). Then click here:
http://linux.coconia.net/
This particular article uses SuSE 10.0, but may inspire similar instructions for Debian.
There is also a script to walk you through a GENTOO LINUX INSTALLATION.
Even if you do not use the scripts the information on this page will make the installation much easier.
And code for JAVASCRIPT MOVIES (and a few to watch).
Also has a section on how to REMIX YOUR 14 Debian CDs as 2 DVDs.
AND,.. why did you go to the trouble of removing the ability to post in color. Seems like a very strange thing to do. Deliberately crippling your own code base.
#2
Posted by DebianIsCool on Fri 6 Jan 2006 at 12:19
HOWTO: GENTOO 2005.1 INSTALLATION WALK-THROUGH &
JAVASCRIPT MOVIES.
Interested in a script to walk you through a Gentoo Linux installation? Then click here:
http://linux.coconia.net/
Even if you do not use the scripts the information on this page will make the installation much easier.
Links to the scripts can be found at the bottom of the page.
I would be interested in any errors that anyone may find.
There is also code for JAVASCRIPT MOVIES (and a few to watch).
Also has a section on how to REMIX YOUR 14 Debian CDs as 2 DVDs.
JAVASCRIPT MOVIES.
Interested in a script to walk you through a Gentoo Linux installation? Then click here:
http://linux.coconia.net/
Even if you do not use the scripts the information on this page will make the installation much easier.
Links to the scripts can be found at the bottom of the page.
I would be interested in any errors that anyone may find.
There is also code for JAVASCRIPT MOVIES (and a few to watch).
Also has a section on how to REMIX YOUR 14 Debian CDs as 2 DVDs.
[0 Comments
| Add Comment
|
]
#1
Posted by DebianIsCool on Mon 5 Dec 2005 at 22:10
HOWTO: Remix those 14 Debian CDs as 2 DVDs.
Interested in remixing your Debian CDs as DVDs? Then click here:
http://linux.coconia.net/
There is also a script to walk you through a GENTOO LINUX INSTALLATION.
Even if you do not use the scripts the information on this page will make the installation much easier.
Links to the scripts can be found at the bottom of the page.
And there is also code for JAVASCRIPT MOVIES (and a couple to watch).
Interested in remixing your Debian CDs as DVDs? Then click here:
http://linux.coconia.net/
There is also a script to walk you through a GENTOO LINUX INSTALLATION.
Even if you do not use the scripts the information on this page will make the installation much easier.
Links to the scripts can be found at the bottom of the page.
And there is also code for JAVASCRIPT MOVIES (and a couple to watch).
[0 Comments
| Add Comment
|
]