<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>ntfs-3g &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ntfs-3g/</link>
	<description>Feed of posts on WordPress.com tagged "ntfs-3g"</description>
	<pubDate>Fri, 27 Nov 2009 19:14:46 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Automount NTFS with NTFS-3G]]></title>
<link>http://saidfauzul.wordpress.com/2009/11/25/automount-ntfs-with-ntfs-3g/</link>
<pubDate>Wed, 25 Nov 2009 05:18:53 +0000</pubDate>
<dc:creator>سيد فوذل</dc:creator>
<guid>http://saidfauzul.wordpress.com/2009/11/25/automount-ntfs-with-ntfs-3g/</guid>
<description><![CDATA[Dari pada mount manual partisi windows yang pake NTFS setiap kali diperlukan, mending di automount a]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Dari pada mount manual partisi windows yang pake NTFS setiap kali diperlukan, mending di automount aja, langsung edit di <strong>/etc/fstab</strong>, tambahin baris sperti ini :</p>
<p><strong>/dev/&#60;</strong>device<strong>&#62;   /media/&#60;</strong>mount point<strong>&#62;   ntfs-3g   defaults,locale=en_US.utf8   0   0</strong></p>
<p>trus restart, ato nggak bisa juga dengan perintah mount -a</p>
<p><strong>$ sudo mount -a</strong></p>
<p>sebelumnya jangan lupa, pastikan driver ntfs buat linux, <strong>ntfs-3g</strong> sudah terinstall.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[montowanie partycji NTFS z prawami odczytu/zapisu]]></title>
<link>http://trycode.wordpress.com/2009/11/08/montowanie-partycji-ntfs-z-prawami-zapisuodczytu/</link>
<pubDate>Sun, 08 Nov 2009 20:51:33 +0000</pubDate>
<dc:creator>trym</dc:creator>
<guid>http://trycode.wordpress.com/2009/11/08/montowanie-partycji-ntfs-z-prawami-zapisuodczytu/</guid>
<description><![CDATA[Instalacja potrzebnego pakietu: # aptitude install ntfs-3g Sprawdzamy jakie mamy partycje: # fdisk -]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Instalacja potrzebnego pakietu:</p>
<p><code># aptitude install ntfs-3g</code></p>
<p>Sprawdzamy jakie mamy partycje:</p>
<p><code># fdisk -l</code></p>
<p>Przykładowo dostaniemy taki wynik:</p>
<blockquote><p>Disk /dev/sda: 160.0 GB, 160041885696 bytes<br />
255 heads, 63 sectors/track, 19457 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0&#215;960c960c</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1   *           1        1362    10940233+   7  HPFS/NTFS<br />
/dev/sda2            1363        2517     9277537+  83  Linux<br />
/dev/sda3            2518       19355   135251235   83  Linux<br />
/dev/sda4           19356       19457      819315    5  Extended<br />
/dev/sda5           19356       19386      248976   83  Linux<br />
/dev/sda6           19387       19457      570276   82  Linux swap / Solaris</p></blockquote>
<p>Widać więc, że nasza partycja o systemie plików <em>NTFS</em> to <em>/dev/sda1</em>, zatem teraz należałoby ją podmontować, w tym celu:</p>
<p><!--more--></p>
<p><code># mkdir /mnt/ntfs_disk<br />
# ntfs-3g /dev/sda1 /mnt/ntfs_disk/</code></p>
<p>Aby teraz przeglądać lub edytować zasoby tej partycji , wydajemy z konsoli:</p>
<p><code>$ cd /mnt/ntfs_disk<br />
$ ls</code></p>
<p>lub za pomocą naszego ulubionego menedżera plików (<em>mc</em>, <em>konqueror</em>, <em>nautilus</em>, itd&#8230;)</p>
<p><code>$ polecenie katalog</code></p>
<p>ja akurat korzystam z <em>pcmanfm</em>, więc:</p>
<p><code>$ pcmanfm /mnt/ntfs_disk </code></p>
<p>Jeżeli chcemy zamontować partycję na stałe to będziemy musieli ingerować w plik <em>/etc/fstab</em>. Polega to na dopisaniu w ostatniej linii:</p>
<p><code>/dev/sda1 /mnt/ntfs_disk ntfs-3g rw,uid=1000,codepage=852,iocharset=iso8859-2,auto 0 2</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Montar y automontar ntfs gráficamente, con soporte para escritura]]></title>
<link>http://demoniosypinguinos.wordpress.com/2009/10/11/montar-y-automontar-ntfs-graficamente-con-soporte-para-escritura/</link>
<pubDate>Sun, 11 Oct 2009 22:26:28 +0000</pubDate>
<dc:creator>Alejandro</dc:creator>
<guid>http://demoniosypinguinos.wordpress.com/2009/10/11/montar-y-automontar-ntfs-graficamente-con-soporte-para-escritura/</guid>
<description><![CDATA[Acabo de hacerle una pequeña modificación al codigo fuente del pysdm original para poder montar la p]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Acabo de hacerle una pequeña modificación al codigo fuente del <a href="http://pysdm.sourceforge.net/">pysdm original</a> para poder montar la partición de mi windows xp con soporte para escritura. &#8220;pysdm_ntfs-3g&#8221; es el nombre del resultado, aquí una captura:</p>
<div id="attachment_128" class="wp-caption alignnone" style="width: 1034px"><img class="size-large wp-image-128" title="pysdm_ntfs-3g" src="http://demoniosypinguinos.wordpress.com/files/2009/10/pysdm.png?w=1024" alt="pysdm_ntfs-3g" width="1024" height="576" /><p class="wp-caption-text">pysdm_ntfs-3g</p></div>
<p>Desde sourceforge pueden <a href="http://sourceforge.net/projects/pysdmntfs-3g/">descargar</a> el código fuente, la compilación es la estándar (./configure, luego make y finalmente make install). El comando sigue siendo pysdm, de modo que si ya tienen el pysdm instalado por defecto, será reemplazado por este.  Esta basado en la versión 0.4.1.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Festplatte mit Windows teilen: NTFS am Mac]]></title>
<link>http://apfelblitz.wordpress.com/2009/09/28/festplatte-mit-windows-teilen-ntfs-am-mac/</link>
<pubDate>Mon, 28 Sep 2009 17:31:38 +0000</pubDate>
<dc:creator>Fabio</dc:creator>
<guid>http://apfelblitz.wordpress.com/2009/09/28/festplatte-mit-windows-teilen-ntfs-am-mac/</guid>
<description><![CDATA[An sich hat man ja keinen Grund NTFS am Mac zu benutzen, gibt es doch weitaus bessere Filesysteme. W]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>An sich hat man ja keinen Grund NTFS am Mac zu benutzen, gibt es doch weitaus bessere Filesysteme.</p>
<p>Wenn man allerdings Festplatten mit Windows Nutzern teilen möchte, und nicht von der 4GB Grenze eingeschränkt werden möchte, dann führt kaum ein weg daran vorbei. Vor allem haben ja so gut wie alle XP und Vista Installationen NTFS laufen und wenn man mal auf die Windows Festplatte zugreifen muss, bleibt einem keine andere Möglichkeit also um NTFS zu nutzen. Also vor allem beim Umstieg von Windows auf Mac sehr brauchbar um seine Daten rüber zu kopieren.</p>
<p>Nun ist es kein Problem das NTFS nicht beim Mac OS mitgeliefert wird, denn es gibt gleich diverse funktionierende Lösungen.</p>
<p><strong>Snow Leopard NTFS</strong></p>
<p><strong><img class="alignnone size-full wp-image-534" title="Bildschirmfoto 2009-09-28 um 19.21.50" src="http://apfelblitz.wordpress.com/files/2009/09/bildschirmfoto-2009-09-28-um-19-21-50.png" alt="Bildschirmfoto 2009-09-28 um 19.21.50" width="396" height="72" /></strong></p>
<p>Die einfachste Möglichkeit für Snow Leopard Nutzer ist es die mitgelieferte NTFS Unterstützung zu aktivieren. Also kommt doch NTFS gleich mit dem aktuellen Mac OS mit, ist aber wohl aus lizenztechnischen oder Support-Gründen deaktivert.</p>
<p>Um die Schreibfunktion zu aktivieren bedarf es einiger Änderungen im Mountscript. <a href="http://macattack.speedesign.de/" target="_blank">Mac Attack</a> bietet diese gleich fertig als Download an:</p>
<p><a href="http://macattack.speedesign.de/2009/09/20/ntfs-unter-snow-leopard-ohne-zusatzprogramme/" target="_blank">http://macattack.speedesign.de/2009/09/20/ntfs-unter-snow-leopard-ohne-zusatzprogramme/</a></p>
<p><strong>NTFS-3G</strong></p>
<p><strong><img class="alignnone size-full wp-image-532" title="ntfs-3g-logo" src="http://apfelblitz.wordpress.com/files/2009/09/ntfs-3g-logo.png" alt="ntfs-3g-logo" width="160" height="61" /></strong></p>
<p>NTFS-3G ist der NTFS Treiber für das Fuse: Filesystem in Userspace &#8211; Framework. Dieses Framework ermöglicht es verschiedene Filesysteme einfach in ein System einzubinden und es wurde unter Linux ins Leben gerufen. So kann man neben NTFS diverse Filesystem Treiber herunter laden und einbinden. Bei vorheringen NTFS-3G Versionen musste man erst Fuse und dann einzeln den NTFS Treiber installieren. Die aktuelle Version nimmt einem diese Arbeit ab und installiert das aktuelle Fuse gleich mit. Im Gegensatz zur ersten Lösung läuft diese und die folgenden nicht nur unter Snow Leopard.</p>
<p><a href="http://www.ntfs-3g.org/" target="_blank">http://www.ntfs-3g.org/</a></p>
<p><a href="http://macntfs-3g.blogspot.com/" target="_blank">http://macntfs-3g.blogspot.com/</a></p>
<p><a href="http://code.google.com/p/macfuse/" target="_blank">http://code.google.com/p/macfuse/</a></p>
<p><strong>NTFS-3G kommerziell</strong></p>
<p><strong><img class="alignnone size-full wp-image-535" title="Bildschirmfoto 2009-09-28 um 19.23.41" src="http://apfelblitz.wordpress.com/files/2009/09/bildschirmfoto-2009-09-28-um-19-23-41.png" alt="Bildschirmfoto 2009-09-28 um 19.23.41" width="232" height="57" /></strong></p>
<p>Von Tuxera gibt es auch eine kommerzielle Variante von NTFS-3G. Diese soll laut Internetseite ab September auch für den Mac erhältlich werden. Was dann genau die Vorteile/Unterschiede sind kann ich euch jetzt auch nicht sagen. Vermutlich schon mal kommerzieller Support.</p>
<p><a href="http://www.tuxera.com/products/tuxera-ntfs-for-mac/" target="_blank">http://www.tuxera.com/products/tuxera-ntfs-for-mac/</a></p>
<p><strong>Paragon NTFS für Mac</strong></p>
<p><strong><img class="alignnone size-full wp-image-533" title="paragon logo" src="http://apfelblitz.wordpress.com/files/2009/09/logo.gif" alt="paragon logo" width="177" height="63" /></strong></p>
<p>Paragon mit NTFS für Mac ein kommerzielles Komplettpaket an. Das Paket kostet 29,95 €.</p>
<p><a href="http://www.paragon-software.com/de/home/ntfs-mac/" target="_blank">http://www.paragon-software.com/de/home/ntfs-mac/</a></p>
<p>Alle Pakete sollen brauchbar und einwandfrei laufen. Selbst laufen habe ich nur NTFS 3G, weil dieses nie Probleme bereitet hat und ich seit dem Umzug von Windows auf Mac auch kein NTFS Datenträger mehr genutzt habe am Mac. In einigen Foren habe ich allerdings über eventuelle Probleme bei professionellen oder intensiven Anwendungen gelesen. Aber dazu kann ich so schlecht etwas sagen, und ich würde sowieso keine NTFS Festplatte als Produktivplatte am Mac einsetzen. Dazu eignen sich die Mac eigenen Filesysteme sicher besser.</p>
<p>Prinzipiell hatte ich NTFS schon von Anfang an auf meinem Mac laufen. Auf die Idee gebracht doch noch drüber zu Bloggen hat mich ein entsprechender <a href="http://freewareosx.wordpress.com/2009/09/14/ntfs-3g-windows-dateisystem-am-mac/" target="_blank">Beitrag</a> bei <a href="http://freewareosx.wordpress.com" target="_blank">OS X Freeware</a>. Danke dafür. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Montar particiones NTFS]]></title>
<link>http://codigosdebian.wordpress.com/2009/09/25/montar-particiones-ntfs/</link>
<pubDate>Fri, 25 Sep 2009 18:54:48 +0000</pubDate>
<dc:creator>Jonathan Hernandez Hernandez</dc:creator>
<guid>http://codigosdebian.wordpress.com/2009/09/25/montar-particiones-ntfs/</guid>
<description><![CDATA[-Primero,descargaremos de la pagina oficial pongo el link de la versión actual y de la pagina oficia]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>-Primero,descargaremos de la pagina oficial pongo el link de la versión  actual y de la pagina oficial</p>
<p>Versión <a href="http://www.ntfs-3g.org/index.html#download">estable</a><a href="http://www.ntfs-3g.org/ntfs-3g-2009.4.4.tgz"></a></p>
<p><a href="http://www.ntfs-3g.org/">Pagina Oficial</a></p>
<p><!--more--></p>
<p>-Segundo, desempaquetamos,compilamos e instalamos.</p>
<p><code>#tar xvzf nombre_archivo.tar.gz</code></p>
<p><code>#cd nombrecarptea</code></p>
<p><code>#./configure</code></p>
<p><code>#make</code></p>
<p><code>#make install</code></p>
<p>-Tercero, primero verificaremos que particiones tenemos en nuestro pc</p>
<p><code>#fdisk -l</code></p>
<p><code>Disco /dev/sda: 320.1 GB, 320072933376 bytes<br />
255 heads, 63 sectors/track, 38913 cylinders<br />
Units = cilindros of 16065 * 512 = 8225280 bytes<br />
Disk identifier: 0x3833069c</code></p>
<p>Disposit. Inicio    Comienzo      Fin      Bloques  Id  Sistema<br />
/dev/sda1               1        6375    51200000   83  Linux<br />
/dev/sda2   *        6375       13386    56321024    7  HPFS/NTFS<br />
/dev/sda3           13387       14023     5116702+  82  Linux swap /  Solaris<br />
/dev/sda4           14024       38913   199928925    7  HPFS/NTFS</p>
<p>-Cuarto a mi forma de parecer las particiones se deben instalar en la  carpeta /media/ aunque se pueden instalar en cualquier otro lado, yo he  creado dos carpetas en /media/ una carpeta que contendrá a windows</p>
<p><code>#cd /media</code></p>
<p><code>#mkdir windows</code></p>
<p>pueden crear cuantas carpetas deseen para las particiones que tengan</p>
<p>-Quinto, ya creadas las carpetas tenemos un destino al cual enviar  los archivos de nuestras particiones, procederemos a montarlas,  verifiquen bien el lugar de la partición en mi caso es /dev/sda2 para  discos IDE aparece /dev/hda</p>
<p><code>#mount -t ntfs-3g &#60;lugar de la partición&#62; &#60;carpeta  destino de los ficheros&#62;</code></p>
<p>en mi caso seria</p>
<p><code>#mount -t ntfs-3g /dev/sda2 /media/windows</code></p>
<p>listo ya tendremos montada nuestra partición podemos verificarla  abriéndola normal</p>
<p>-Sexto, en algún lugar leí que es mejor volver a re-configurar los  locales para no tener ningún problema de idioma o algo así el código es  el siguiente</p>
<p><code>#dpkg-reconfigure locales</code></p>
<p>-Séptimo, ya tenemos las particiones montadas asi que solo falta que  nuestro gnu/linux las reconozca al inicio para no ponernos a hacer eso  cada rato, editamos el siguiente archivo</p>
<p><code>#vi /etc/fstab</code></p>
<p>agregamos las siguiente linea, pero OJO rectificar bien los nombres  de la carpeta y de la ruta de la partición, el hecho no es copiar y  pegar</p>
<p><code>&#60;lugar de la partición&#62;        &#60;lugar de la carpeta de   archivos&#62;           ntfs-3g silent,users,nls=es_ES 0 0</code></p>
<p>en mi ejemplo seria asi<br />
<code><br />
/dev/sda1 /mnt/windows ntfs-3g </code><code> silent,users,nls=es_ES 0 0</code></p>
<p>es obvio que esta linea es solo para una partición, si tienes mas,  coloca otra igual y cambiale las configuraciones de lugar y esas cosas</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[‫القراءة و الكتابة على أقراص ‪ NTFS‬في ‪FreeBSD‬‬]]></title>
<link>http://0xsife.wordpress.com/2009/09/18/%e2%80%ab%d8%a7%d9%84%d9%82%d8%b1%d8%a7%d8%a1%d8%a9-%d9%88-%d8%a7%d9%84%d9%83%d8%aa%d8%a7%d8%a8%d8%a9-%d8%b9%d9%84%d9%89-%d8%a3%d9%82%d8%b1%d8%a7%d8%b5-%e2%80%aa-ntfs%e2%80%ac%d9%81%d9%8a-%e2%80%aafre/</link>
<pubDate>Fri, 18 Sep 2009 23:37:20 +0000</pubDate>
<dc:creator>سيف عبدالرزاق</dc:creator>
<guid>http://0xsife.wordpress.com/2009/09/18/%e2%80%ab%d8%a7%d9%84%d9%82%d8%b1%d8%a7%d8%a1%d8%a9-%d9%88-%d8%a7%d9%84%d9%83%d8%aa%d8%a7%d8%a8%d8%a9-%d8%b9%d9%84%d9%89-%d8%a3%d9%82%d8%b1%d8%a7%d8%b5-%e2%80%aa-ntfs%e2%80%ac%d9%81%d9%8a-%e2%80%aafre/</guid>
<description><![CDATA[‫السلام عليكم و رحمة ال و بركاته‬ ‫كثيرا من من هم منا لديهم بجانب توزيعة نظام ‪ windows‬مع أقراص بنظ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:right;">‫السلام عليكم و رحمة ال و بركاته‬<br />
‫كثيرا من من هم منا لديهم بجانب توزيعة نظام ‪ windows‬مع أقراص بنظام ‪، NTFS‬المشكلة تكمن أن‬ أنظمة يونيكس ليس لها دعم قراءة و كتابة كامل على مثل هذا النوع من أنظمة الملفات لهذا نستخدم‬ برنامج خارجي و لعل أشهرهم هو ‪. ntfs-3g‬‬<br />
‫الشرح هنا سيطبق على ‪ FreeBSD 7.x‬لكن ليوجد إختلف كبير في توزيعات ‪. Linux‬‬<br />
‫اول علينا تنصيبه إما من ‪ ports‬او ‪. package system‬‬<br />
‫<strong>طريقة ‪: packages</strong>‬‬<br />
‫‪</p>
<p style="text-align:left;">pkg_add -r ntfs-3g‬‬</p>
<p>‫هذه ستقوم بتنصيبه من إحدى السيرفرات .‬<br />
‫<strong>طريقة ‪: ports</strong>‬‬<br />
‫‪</p>
<p style="text-align:left;">su‬‬<br />
‫‪cd /usr/ports/sysutils/fusefs-ntfs‬‬<br />
‫‪make install clean</p>
<p>‬‬<br />
‫أول علينا تشغيل ‪ fuse‬و هذا بإضافة التالي إلى الملف ‪ rc.conf‬المسؤول عن تشغيل الخدمات مع كل‬ بداية تشغيل :‬</p>
<p style="text-align:left;">‫‪ee /etc/rc.conf‬‬</p>
<p>‫فتح الملف بواسطة المحرر ‪. ee‬‬</p>
<p style="text-align:left;">‫”‪fusefs_enable=”YES‬‬<br />
‫</p>
<p>بعدها ‪ CTRL+C‬نكتب ‪ exit‬لحفظ العدادت .‬<br />
‫بما أن ‪ FreeBSD 7.x‬قام بتوحيد عائلة المر ‪ mount‬فإنه علينا أول ننقل البرنامج ‪ mount_ntfs‬الذي‬ يأتي مع النظام و نستبدله ببرنامج ‪ ntfs-3g‬الذي يكون إسمه ‪، mount_ntfs-3g‬كل هذا من أجل جعل‬ الكتابة و القراءة تكون مع بداية تشغيل النظام و هذا بالستعانة بالملف ‪. fstab‬<br />
‫‪</p>
<p style="text-align:left;">cd /sbin‬‬<br />
‫‪mv mount_ntfs BSDntfs‬‬</p>
<p>‫هنا تمت عملية النقل ،الن نقوم بإستبداله بالبرنامج ‪: ntfs-3g‬‬<br />
‫‪</p>
<p style="text-align:left;">cd /usr/sbin‬‬<br />
‫‪mv mount_ntfs-3g mount_ntfs‬‬<br />
‫</p>
<p>اخيرا نعدل على الملف ‪ fstab‬حيث في عمود ‪ option‬نضيف خيار ‪ late‬ كالآتي :‬</p>
<p style="text-align:left;">‫3‪/dev/ad0s‬‬            ‫‪/mnt/WinXP‬‬           ‫‪ntfs rw,late‬‬                 ‫0‬      ‫0‬</p>
<p>‫‪</p>
<p>rw‬يعني القراءة و الكتابة على القرص أما /3‪ dev/ad0s‬فهو القرص المنصب عليه ‪ windows‬اخيرا /‬mnt/WinXP‬معناها أين يتم تحميل الملفات .‬<br />
الدرس على شكل ملف pdf : ‫‪‫<a href="http://0xsife.wordpress.com/files/2009/09/mounting-ntfs-partions-in-freebsd.pdf">القراءة و الكتابة على أقراص ‪ NTFS‬في ‪FreeBSD</a>‬‬</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Desarrolladores de NTFS-3G firman acuerdo con Microsoft]]></title>
<link>http://puratecnologia.wordpress.com/2009/08/31/desarrolladores-de-ntfs-3g-firman-acuerdo-con-microsoft/</link>
<pubDate>Mon, 31 Aug 2009 16:05:38 +0000</pubDate>
<dc:creator>puratecnologia</dc:creator>
<guid>http://puratecnologia.wordpress.com/2009/08/31/desarrolladores-de-ntfs-3g-firman-acuerdo-con-microsoft/</guid>
<description><![CDATA[La empresa Tuxera fundada por los desarrolladores de NTFS-3G &#8211; el proyecto de código abierto q]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><strong>La empresa Tuxera fundada por los desarrolladores de NTFS-3G &#8211; el proyecto de código abierto que permite leer y escribir particiones NTFS desde Linux y Mac OSX ente otros &#8211; ha firmado un Acuerdo de Propiedad Intelectual con Microsoft para implementar el soporte del sistema de archivos exFAT.</strong></p>
<p><a href="http://www.altonivel.com.mx/contenidos/tecnologia.html"><img class="aligncenter size-full wp-image-249" title="MACINTOSH HD" src="http://puratecnologia.wordpress.com/files/2009/08/sin-titulo-2.jpg" alt="MACINTOSH HD" width="510" height="314" /></a><br />
<!--more--></p>
<p>El sistema de archivos exFAT se está usando memorias flash que se pueden encontrar en dispositivos portátiles, y hace poco fue declarado como sistema de archivos estándar para las tarjetas <a href="http://www.altonivel.com.mx/contenidos/tecnologia.html" target="_blank"><span style="color:#ff0000;">SDXC </span></a>por la SD Card Association.</p>
<p>Con este acuerdo, Microsoft pone a disposición de <a href="http://www.altonivel.com.mx/contenidos/tecnologia.html" target="_blank"><span style="color:#ff0000;">Tuxera</span></a> las especificaciones de<span style="color:#ff0000;"> </span><a href="http://www.altonivel.com.mx/contenidos/tecnologia.html" target="_blank"><span style="color:#ff0000;">exFAT</span></a>, el código fuente de su implementación, además de herramientas de pruebas y verificación.  La primera versión del driver para exFAT de Tuxera estará disponible para el sistema <a href="http://www.altonivel.com.mx/interior/index.php?p=nota&#38;idNota=17722" target="_blank"><span style="color:#ff0000;">operativo Linux</span></a>.<br />
Bonus Track : <a href="http://www.ntfs-3g.org/" target="_blank"><span style="color:#ff0000;">NTFS en Linux</span><br />
</a>El desarrollo del soporte para el sistema de <a href="http://www.altonivel.com.mx/contenidos/tecnologia.html" target="_blank"><span style="color:#ff0000;">archivos NTFS</span> </a>se inició en el kernel de Linux, y como tal fue desarrollado como código abierto y licenciado bajo GPL.  Todo iba bien hasta que un día <a href="http://www.altonivel.com.mx/contenidos/tecnologia.html" target="_blank"><span style="color:#ff0000;">Microsoft amenazó con detener el proyecto</span></a> y solicitó borrar todo el código generado.</p>
<p>Posteriormente, y sin motivos claros, Microsoft desistió de su amenaza y permitió seguir trabajando en el proyecto.  Sin embargo mantener el desarrollo de ese código dentro del kernel podía significar un riesgo a futuro.</p>
<p><a href="http://es.wikipedia.org/wiki/NTFS-3G" target="_blank"><span style="color:#ff0000;">NTFS-3G</span> </a>es un proyecto posterior, que alcanzó un gran nivel de calidad y es usado en la mayoría de las distribuciones. Este driver se desarrolla en forma independiente del kernel y se ejecuta fuera del él gracias a FUSE : <a href="http://en.wikipedia.org/wiki/Filesystem_in_Userspace" target="_blank"><span style="color:#ff0000;">Filesystem in User Space</span></a>.<br />
Fuente:FayerWayer</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Montar partición de Windows (NTFS) en Debian con permisos de lectura y escritura]]></title>
<link>http://viruzbader.wordpress.com/2009/08/11/montar-particion-de-windows-ntfs-en-debian-con-permisos-de-lectura-y-escritura/</link>
<pubDate>Tue, 11 Aug 2009 07:18:46 +0000</pubDate>
<dc:creator>Bader</dc:creator>
<guid>http://viruzbader.wordpress.com/2009/08/11/montar-particion-de-windows-ntfs-en-debian-con-permisos-de-lectura-y-escritura/</guid>
<description><![CDATA[Cuando instalamos Debian en una partición del disco mismo en que tenemos Windows, una gran utilidad ]]></description>
<content:encoded><![CDATA[Cuando instalamos Debian en una partición del disco mismo en que tenemos Windows, una gran utilidad ]]></content:encoded>
</item>
<item>
<title><![CDATA[howto : mount and use NTFS partitions in linux]]></title>
<link>http://kasolutions.wordpress.com/2009/08/05/howto-mount-and-use-ntfs-partitions-in-linux/</link>
<pubDate>Wed, 05 Aug 2009 17:39:37 +0000</pubDate>
<dc:creator>aneeska</dc:creator>
<guid>http://kasolutions.wordpress.com/2009/08/05/howto-mount-and-use-ntfs-partitions-in-linux/</guid>
<description><![CDATA[Linux lets you mount NTFS partitions with the routine &#8220;mount&#8221; command. But when you try ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Linux lets you mount NTFS partitions with the routine &#8220;mount&#8221; command. But when you try to write something in to that, permission denied is listed. You will again go back and check the mount flags. It will be showing &#8220;rw&#8221;  !</p>
<p>Then you will wonder &#8211; what the hell is wrong?</p>
<p>Here is the why:</p>
<p>A package named &#8220;<a href="http://www.ntfs-3g.org" target="_blank">ntfs-3g</a>&#8221; is missing. Apt-get or yum install it. After that try re-mounting your NTFS partitions. This time around you would be able to write files in to it.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[HOW-TO: Recovering data if Windows OS becomes corrupted]]></title>
<link>http://edfisher.wordpress.com/2009/06/16/how-to-recovering-data-if-windows-os-becomes-corrupted/</link>
<pubDate>Tue, 16 Jun 2009 14:26:46 +0000</pubDate>
<dc:creator>edfisher</dc:creator>
<guid>http://edfisher.wordpress.com/2009/06/16/how-to-recovering-data-if-windows-os-becomes-corrupted/</guid>
<description><![CDATA[So you just turned on your PC or laptop, only to find that windows has got itself into a tis, with r]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So you just turned on your PC or laptop, only to find that windows has got itself into a tis, with random messages telling you various .dll files are missing or that something has got corrupted. Even worse is when the computer just wont boot into windows and remains frozen on DOS.</p>
<p>When a computer starts the DOS is run from the chips on the motherboard. Windows or other OS are held on the first (outer) sectors of the hard drive and DOS loads these into the RAM. Problems arise when the hard drive gets corrupted or it suffers some damage.</p>
<p>So you want Windows back! the easiest way is to format the hard drive and reinstall either using the recovery CD or a fresh full version of XP.</p>
<p>BUT! As we all know formatting the HD removes all data. Just because windows has gone haywire doesn&#8217;t mean your data is corrupted or lost. Obviously sometimes a HD crash means you cant boot at all but in this how to I will show you how to get your data onto an external drive using Linux in a fashion that is easy, not scary and while contains some command line stuff doesn&#8217;t require too much hassle.</p>
<p>Step by step:</p>
<p>1) You will need a Linux Live CD. Use another computer to download and rip the .iso image of Linux Ubuntu Intrepid Ibex or similar. Its FREE! N.B To rip it you need an iso creator/burner tool (many free)</p>
<p>2) Insert the Linux CD in to the CD drive.</p>
<p>3) Reboot the machine and use the boot options to select boot from CD.</p>
<p>4) Don&#8217;t install Linux, instead use the &#8216;try Linux without affecting computer&#8217; option.</p>
<p>5) Once Linux has started up, plug in your external HD (backup device). If NTFS-3g is already installed (should be part of most modern distributions), your USB external hard drive should show up on the desktop.</p>
<p>6) Open a terminal, Applications &#62; Accessories &#62; Terminal</p>
<p>7) Manually install NTFS-3g (Linux is a different file system, usually ext3 so NTFS-3g is an application to talk and read/write between the two worlds). Type:</p>
<p>sudo apt-get install ntfs-3g</p>
<p>N.B You have to be connected to the net to do this, use a direct Ethernet link. Ubuntu has quite good wireless support though.</p>
<p>8.) Find out what your main partition is using:</p>
<p>sudo fdisk -l &#124; grup NTFS</p>
<p>this should give something along the lines of:</p>
<p>/dev/sda1     *     1      24017        192916521        7      HPFS/NTFS</p>
<p>This simply is &#60;partition name&#62; &#60;partition number&#62; &#60;start sector&#62;&#60;end sector&#62; &#60;&#62; &#60;file system type&#62;</p>
<p>9) Make a backup of the current file system config file and edit the current one using:</p>
<p>sudo cp /etc/fstab /etc/fstab.bak</p>
<p>gksu gedit /etc/fstab</p>
<p>In the fstab file which opens using the gedit text editor add your partition to the file for example:</p>
<p>/dev/&#60;your partition&#62;    /media/&#60;mount point&#62;   ntfs-3g      defaults,locale=en_US.utf8  0  0</p>
<p>So for example with my partition I now have:</p>
<p>/dev/sda1    /media/windows ntfs-3g defaults,locale=en_US.utf8 0 0</p>
<p>N.B If you don&#8217;t have a directory called /media/windows you will need to make it using the sudo mkdir command.</p>
<p>10) Remount all of the drives using:</p>
<p>sudo umount /dev/sda1</p>
<p>11) Check mount using sudo mount -a or by navigating to /media/windows</p>
<p>12) The newest version of NTFS-3g should show all windows files along with MAC files and unicode directory names etc.</p>
<p>13) Remember Linux is running from CD at this point so if you shut the computer down you will need to remount using the above steps.</p>
<p>14) Use the Linux GUI or Terminal to copy files from the mounted windows partition to  your external drive. Below are some quick Linux commands for the terminal:</p>
<p>list directory: ls</p>
<p>copy: cp</p>
<p>move: mv</p>
<p>new directory: mkdir</p>
<p>N.B st some points the Linux terminal might ask for root authorisation, but because Linux is not actually installed there is no password or root directory, use the sudo command in front of the command if this happens.</p>
<p>15) Remember to not only back up files, but also web favourites, music licenses, and applications that you don&#8217;t have a CD for.</p>
<p>16) More information is online here:</p>
<p>http://ubuntuforums.org/showthread.php?t=217009</p>
<p>I hope that all helps. Its a good idea to have a dual boot of XP and Linux for this very reason. Linux is very powerful and totally free <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ed</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalar MacOs Leopard 10.5.4 en PC con Iatkos ver.4i]]></title>
<link>http://victorgaley.wordpress.com/2009/06/15/instalar-macos-leopard-10-5-4-en-pc-con-iatkos-ver-4i/</link>
<pubDate>Mon, 15 Jun 2009 15:32:36 +0000</pubDate>
<dc:creator>victorgaley</dc:creator>
<guid>http://victorgaley.wordpress.com/2009/06/15/instalar-macos-leopard-10-5-4-en-pc-con-iatkos-ver-4i/</guid>
<description><![CDATA[Hola a todos, con este post, pretendo explicar una guia sobre como instalar un Leopard, en este caso]]></description>
<content:encoded><![CDATA[Hola a todos, con este post, pretendo explicar una guia sobre como instalar un Leopard, en este caso]]></content:encoded>
</item>
<item>
<title><![CDATA[Debian etch i NTFS Read/WRITE]]></title>
<link>http://marcinbojko.wordpress.com/2009/05/20/debian-etch-i-ntfs-readwrite/</link>
<pubDate>Wed, 20 May 2009 21:11:39 +0000</pubDate>
<dc:creator>marcinbojko</dc:creator>
<guid>http://marcinbojko.wordpress.com/2009/05/20/debian-etch-i-ntfs-readwrite/</guid>
<description><![CDATA[Mam ci ja jeden z serwerów produkcyjnych postawionych na etchu, z kernelem 2.6.18-6. Co pewien czas ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Mam ci ja jeden z serwerów produkcyjnych postawionych na etchu, z kernelem 2.6.18-6. Co pewien czas przychodzi potrzeba skopiowania kilku plików z niego i na niego &#8211; z racji sztywnego podziału przez HTB łatwiej i dosłownie szybciej jest zrobić to za pomocą pendrive USB. 8GB Kingston Data Traveler którego posiadam, używa NTFS&#8217;a , którego to etch obsługuje wyłącznie w trybie READ ONLY.</p>
<p style="text-align:justify;">Jest co prawda świetny projekt <a href="http://www.ntfs-3g.org/">NTFS-3G</a> jednak w repozytoriach stable go nie ma, testing i unstable dodawać nie chciałem (biblioteki i zależności &#8211; nie za bardzo zależało mi na rozwalaniu maszyny produkcyjnej), dokompilowywać ręcznie równiez nie za bardzo. Z pomocą przyszła idea Debianowych <a href="http://wiki.debian.org/Backports">backportów.</a></p>
<p style="text-align:justify;">Zaczynamy od edycji <strong>/etc/apt/sources.list </strong>- dodajemy np. na jej końcu<strong><br />
</strong></p>
<p style="text-align:justify;"><span style="text-decoration:underline;"><span style="color:#333399;">http://backports.cisbg.com/ etch-backports main</span></span></p>
<p style="text-align:justify;">Aby odświeżyć listę dostępnych pakietów wydajemy polecenie:</p>
<p style="text-align:justify;"><span style="color:#333399;">#aptitude update</span></p>
<p style="text-align:justify;">Nie przejmować się komunikatem o braku klucza PGP, tak to już jest z backportami. Następnie instalujemy niezbędne pakiety:</p>
<p style="text-align:justify;"><span style="color:#333399;">#aptitude install ntfs-3g libntfs-3g31 libntfgs-3g-dev</span></p>
<p style="text-align:justify;">W przypadku komunikatu o zbyt starym kernelu (wymagany 2.6.20) &#8211; cóz, polecam zignorowac <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:justify;">Montowanie wolumenów odbywa się na zasadzie wskazania właściwego filesystemu &#8211; opcja: -t ntfs-3g</p>
<p style="text-align:justify;"><span style="color:#333399;">#mount /dev/wolumen /mnt/wolumen -t ntfs-3g</span></p>
<p style="text-align:justify;">W przypadku problemów dodajemy opcje<span style="color:#333399;"> <span style="color:#333399;"><strong>-o force</strong></span></span> na końcu. I wszystko.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Howto: Write NTFS drives on MacOSX for Free]]></title>
<link>http://jaidane.wordpress.com/2009/05/17/howto-write-ntfs-drives-on-macosx/</link>
<pubDate>Sun, 17 May 2009 00:51:14 +0000</pubDate>
<dc:creator>Maher</dc:creator>
<guid>http://jaidane.wordpress.com/2009/05/17/howto-write-ntfs-drives-on-macosx/</guid>
<description><![CDATA[This can easily be done using the package made by Erik Larrson. In a few clicks you will install the]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>This can easily be done using the package made by <a href="http://macntfs-3g.blogspot.com/" target="_blank">Erik Larrson</a>. In a few clicks you will install the <a href="http://www.ntfs-3g.org/" target="_blank">NTFS-3G driver</a> (used by the majority of recent Linux distros) that Erik ported to MacOSX, it will automatically replace the default NTFS driver without modifying the kernel thanks to <span style="color:#51a8a8;"><a href="http://code.google.com/p/macfuse/" target="_blank">MacFUSE</a></span>.</p>
<p><a href="http://macntfs-3g.blogspot.com/" target="_blank"><img class="aligncenter size-full wp-image-495" title="ntfs3g-mac" src="http://jaidane.wordpress.com/files/2009/05/ntfs3g-mac.png" alt="ntfs3g-mac" width="300" height="51" /></a></p>
<p>The new driver lets you read/write Windows NTFS filesystems and even create and/or format partitions as NTFS.</p>
<p>Note that you can&#8217;t do a clean mount (you can still force) of NTFS filesystems that weren&#8217;t shutdown correctly under Windows (always use the unplug device functionality for your USB devices in Windows).</p>
<p>It&#8217;s easy (an uninstaller is also bundled with the package), fast and <span style="color:#ff9900;">FREE</span>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[debian – installation suite …]]></title>
<link>http://egnu.wordpress.com/2009/05/02/debian-%e2%80%93-installation-suite-%e2%80%a6/</link>
<pubDate>Sat, 02 May 2009 15:50:10 +0000</pubDate>
<dc:creator>egnu</dc:creator>
<guid>http://egnu.wordpress.com/2009/05/02/debian-%e2%80%93-installation-suite-%e2%80%a6/</guid>
<description><![CDATA[Quelques remarques à propos de l&#8217;installation de debian lenny. A premier abord, une fois debia]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p style="text-align:justify;">Quelques remarques à propos de l&#8217;installation de debian lenny. A premier abord, une fois debian installé, vous remarquerez sans doute deux choses:<br />
- vous ne pouvez pas connecter vos flash disques formatés en ntfs par usb<br />
- la carte wifi n&#8217;est pas reconnue.<br />
<img class="alignleft size-full wp-image-209" title="usb" src="http://egnu.wordpress.com/files/2009/05/usb.png" alt="usb" width="80" height="88" />C&#8217;est le constat que j&#8217;ai fait en l&#8217;installant sur plusieurs pc. Mais comme je n&#8217;ai pas essayé beaucoup de marques je ne peux pas dire que c&#8217;est la règle générale. Pour remédier à ce problèmes voilà la procédure à suivre. Mais avant de le faire il est préférable de se rendre dans: système -&#62; administration -&#62; gestionnaire de mises à jour. Une fois votre système mis à jour vous pouvez continuer de mettre en place les pilotes usb ainsi que la carte wifi. Pour usb ce n&#8217;est pas très compliqué. Il suffit d&#8217;aller dans le  système -&#62; administration -&#62; gestionnaire de paquets Synaptic et chercher la paquet « ntfs-3g ». Vous devez les sélectionner pour l&#8217;installer ensuite. Pour la carte wifi il faut procéder autrement. Au moment de l&#8217;installation, il vous a été demandé d&#8217;installer le pilote de la carte wifi&#8230; que vous n&#8217;aviez pas sous la main j&#8217;imagine. Ce n&#8217;est pas grave. Il suffit de chercher le nom de cette carte parmi les dépôt de debian disponible sur le net. Pour ma carte c&#8217;était ipw2200-bss.fw pour une carte intel pro que j&#8217;ai trouvé facilement. La procédure à suivre est suivante: il faut aller dans système -&#62; administration -&#62; sources de mise à jour et dans le deuxième volet «third-party software » il faut écrire: deb http://ftp.us.debian.org/debian lenny main contrib non-free.</p>
<p style="margin-bottom:0;" align="justify">
<p>Ensuite il faut fermer sources de mise à jour. En ouvrant système -&#62; administration -&#62; gestionnaire de mises à jour vous devez vérifier si le dépôt est à jour.</p>
<p style="margin-bottom:0;" align="justify">
<p>Il vous indiquera que le firmware-ipw2&#215;00 wireless-tools est disponible dans le gestionnaire pour être mis à jour. Cette procédure achevée, votre carte réseau sera fonctionnelle.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mount ntfs drive on Linux]]></title>
<link>http://pbeblog.wordpress.com/2009/04/28/mount-ntfs-drive-on-linux/</link>
<pubDate>Tue, 28 Apr 2009 16:32:56 +0000</pubDate>
<dc:creator>Patrick</dc:creator>
<guid>http://pbeblog.wordpress.com/2009/04/28/mount-ntfs-drive-on-linux/</guid>
<description><![CDATA[1. Install ntfs-3g. 2. Create a folder in /media or /mnt (mkdir /media/windows) 3. Use fdisk -l to g]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>1. Install ntfs-3g.<br />
2. Create a folder in /media or /mnt (mkdir /media/windows)<br />
3. Use fdisk -l to get the name of the NTFS drive (example: dev/sda1)<br />
4. Add the drive into /etc/fstab so it mounts automatically.</p>
<p><strong>/etc/fstab</strong><br />
/dev/sda1   /media/windows  ntfs-3g   defaults    0   0</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Montar particiones NTFS]]></title>
<link>http://franki15.wordpress.com/2009/04/26/montar-particiones-ntfs/</link>
<pubDate>Sun, 26 Apr 2009 09:30:41 +0000</pubDate>
<dc:creator>Franki</dc:creator>
<guid>http://franki15.wordpress.com/2009/04/26/montar-particiones-ntfs/</guid>
<description><![CDATA[Para ver y editar particiones NTFS en Debian, se puede usar la herramienta ntfs-3g. Al encontrarse e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Para ver y editar particiones NTFS en Debian, se puede usar la herramienta <a href="http://www.ntfs-3g.org/">ntfs-3g</a>. Al encontrarse en los repositorios su instalación y su configuración es muy simple.</p>
<p>Instalo:</p>
<blockquote><p># apt-get install ntfs-3g</p></blockquote>
<p>Después ejecuto</p>
<blockquote><p># fdisk -l</p></blockquote>
<p>para mostrar las particiones con un sistema NTFS, las cuales se mostrarán con un asterisco:</p>
<blockquote><p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/hda1   *           1        4622    37126183+   7  HPFS/NTFS<br />
/dev/hda2            4623        9729    41021977+   f  W95 Ext&#8217;d (LBA)</p></blockquote>
<p>Entonces procedo a crear un directorio en /media para el montage de la partición</p>
<blockquote><p># mkdir /media/particionNTFS</p></blockquote>
<p>Y monto</p>
<blockquote><p># mount -t ntfs-3g /dev/hda1 /media/particionNTFS</p></blockquote>
<p>También edito el fstab para que se monto al arranque del sistema.</p>
<blockquote><p># gedit /etc/fstab</p></blockquote>
<p>Y al final del archivo añado:</p>
<blockquote><p>/dev/hda1     /media/particionNTFS     ntfs-3g    defaults,locale=es_ES.UTF8 0 0</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Leer y escribir archivos en particiones NTFS desde Linux]]></title>
<link>http://silverfenix7.wordpress.com/2009/03/28/leer-y-escribir-archivos-en-particiones-ntfs-desde-linux/</link>
<pubDate>Sat, 28 Mar 2009 15:52:54 +0000</pubDate>
<dc:creator>silverfenix7</dc:creator>
<guid>http://silverfenix7.wordpress.com/2009/03/28/leer-y-escribir-archivos-en-particiones-ntfs-desde-linux/</guid>
<description><![CDATA[En un ordenador podemos tener varios sistemas operativos (ej: Windows y Linux), sin embargo actualme]]></description>
<content:encoded><![CDATA[En un ordenador podemos tener varios sistemas operativos (ej: Windows y Linux), sin embargo actualme]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install Opera and Thunderbird and share the profiles between Windows, Ubuntu, Fedora and openSuse]]></title>
<link>http://hydtech.wordpress.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/</link>
<pubDate>Thu, 26 Mar 2009 23:19:00 +0000</pubDate>
<dc:creator>HydTech</dc:creator>
<guid>http://hydtech.wordpress.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/</guid>
<description><![CDATA[Mozilla thunderbird saves the settings in a file called profile.ini. This file contains the location]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Mozilla thunderbird saves the settings in a file called profile.ini.  This file contains the location of the folder which has all your mail and settings.  When first installed and loaded, thunderbird creates a random folder like diy1bg1t.default.</p>
<p>Opera settings are stored in Opera6.ini.  This has information for the location of other settings files, like wand passwords, plugin locations<a href="http://www.hydtechblog.com">,</a> etc.</p>
<p>I installed these programs on Windows first and kept the default settings and locations for these files.  After installing Ubuntu, I had to figure out a way to share the profiles, but back then people were suggesting to make a common FAT32 partition and keep these files there so Linux could have read and write access to them.  With NTFS-3G, this became much easier and I just left the files on the NTFS partition.  Later on I installed Fedora and openSuse on the same machine and used the same directions like Ubuntu. (<a href="http://hydtech.wordpress.com/2009/03/26/lenovo-thinkpad-x60-with-fedora-10-opensuse-11-ubuntu-904-and-windows-xp/">Check here to see my post about Quad Booting my Thinkpad with Windows, Ubuntu, Fedora, and openSuse</a>)</p>
<p>The first step was to make sure the NTFS partition was mounted at start up.  I made a folder for the mount:</p>
<p><code>sudo mkdir /media/sda1</code></p>
<p>On startup, the system looks for partitions to mount in fstab.  If you need more information on mounting and fstab, I recommend this post at <a href="http://ubuntuforums.org/showthread.php?t=283131">ubuntuforums.org </a></p>
<p>opened fstab for editing:</p>
<p><code>sudo gedit /etc/fstab</code></p>
<p>added the following entry to fstab because my Windows partition is at /dev/sda1:</p>
<p><code># My windows partition<br />
/dev/sda1    /media/sda1   ntfs-3g   defaults, locale=en_US.UTF-8   0    0 </code></p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/fstabfedora.png" alt="fstabfedora" title="fstabfedora" width="510" height="382" class="aligncenter size-full wp-image-300" /><br />
Save file, restart.</p>
<p>Once Linux loaded back up and the Windows partition was automatically mounted, I got the packages for Opera and thunderbird and installed them with this:</p>
<p>In Ubuntu:<br />
<code>sudo apt-get install opera    mozilla-thunderbird</code></p>
<p>Thunderbird In Fedora:<br />
<code>su<br />
(enter password)<br />
yum install thunderbird</code></p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/installthunderbirdfedora.png" alt="installthunderbirdfedora" title="installthunderbirdfedora" width="510" height="382" class="aligncenter size-full wp-image-296" /><br />
Thunderbird in openSuse:<br />
used the yast2 graphical package manager.</p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/packagemanageropensuse.png" alt="packagemanageropensuse" title="packagemanageropensuse" width="510" height="382" class="aligncenter size-full wp-image-305" /></p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/installthunderbirdsuse.png" alt="installthunderbirdsuse" title="installthunderbirdsuse" width="510" height="382" class="aligncenter size-full wp-image-306" /></p>
<p>Opera in Fedora and openSuse:<br />
downloaded rpm package from www.opera.com onto desktop</p>
<p><code>rpm -ivh /home/(user)/Desktop/opera-9.64.gcc4-shared-qt3.i386.rpm</code></p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/installoperafedora.png" alt="installoperafedora" title="installoperafedora" width="510" height="382" class="aligncenter size-full wp-image-297" /></p>
<p>The mozilla profile.ini file will be under<br />
/home/(user)/.mozilla-thunderbird      for Ubuntu<br />
/home/(user)/.thundebird                 for openSuse and Fedora</p>
<p>The folders that start with a dot are hidden and you can unhide them in Nautilus (Gnome) with &#8220;Alt+H&#8221; and in Dolphin (KDE) with &#8220;Alt+.&#8221;</p>
<p>The profile.ini in Linux should be something like this pointing to the folder which has your mail:</p>
<p><code>[General]<br />
StartWithLastProfile=1</p>
<p>[Profile0]<br />
Name=default<br />
IsRelative=0<br />
Path=/media/sda1/Documents and Settings/(windows user)/Application Data/Thunderbird/Profiles/diy1bg1t.default</code></p>
<p>Make sure that isRelative=0 and replace the diy1bg1t with the appropriate foldername</p>
<p>Now when I opened up Thunderbird, I had my mail !!!!</p>
<p>Moving on to Opera:</p>
<p>After Opera was installed in Linux, I copied the opera6.ini from windows to the opera folder in Linux located at /home/(user)/.opera</p>
<p>opened up the new opera6.ini for editing:</p>
<p><code>sudo gedit /home/(user)/.opera/opera6.ini</code></p>
<p>and replaced all the paths C:\Program Files\Opera 9\profile with /media/sda1/Program Files/Opera 9/profile</p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/opera6.png" alt="opera6" title="opera6" width="510" height="382" class="aligncenter size-full wp-image-298" /></p>
<p>and deleted the session folder in /.opera and created a symbolic link to point to the session folder in windows.</p>
<p><img src="http://hydtech.wordpress.com/files/2009/03/sessions.png" alt="sessions" title="sessions" width="510" height="382" class="aligncenter size-full wp-image-299" /></p>
<p>Opened up Opera and was happy to discover all my tabs and settings!!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Lenovo Thinkpad X60 with Fedora 10, openSuse 11, Ubuntu 9.04 and Windows XP]]></title>
<link>http://hydtech.wordpress.com/2009/03/26/lenovo-thinkpad-x60-with-fedora-10-opensuse-11-ubuntu-904-and-windows-xp/</link>
<pubDate>Thu, 26 Mar 2009 21:28:38 +0000</pubDate>
<dc:creator>HydTech</dc:creator>
<guid>http://hydtech.wordpress.com/2009/03/26/lenovo-thinkpad-x60-with-fedora-10-opensuse-11-ubuntu-904-and-windows-xp/</guid>
<description><![CDATA[I&#8217;ve been using Ubuntu dual booted with windows for quite a while now, but due to driver compa]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I&#8217;ve been using Ubuntu dual booted with windows for quite a while now, but due to driver compatibility issues and lack of knowledge used windows for the most part.  Since Ubuntu 8.10, I&#8217;ve completely switched over to Ubuntu and love it.  Mostly because it&#8217;s FREE!  Windows is still hanging around in case I might need it for some program in the future.  I use Thunderbird as my email client and Opera as my web browser.  One of my main concerns was sharing the profiles for these programs, but NTFS-3G has made life easier.</p>
<p>After feeling comfortable with Ubuntu, I decided I needed to expand my knowledge by learning to use KDE; different package managers like yum and yast; and the possibility of having multiple Linux Oses on single partitions.  After doing some research, I decided I should either go with openSuse or Fedora.  Then, I figured: &#8220;Why not both?&#8221; and leave Ubuntu and Windows intact.  I downloaded the Live CD&#8217;s for both Oses.  The Live CD installation has less programs and tools installed compared to the DVD installation.</p>
<p>I opened Gparted on Ubuntu to make extra partitions for Fedora and openSuse, but I realized I can&#8217;t have more than 4 primary partitions without hacking the MBR.  I deleted the Linux Swap partition because I already have 2GB of RAM.  I resized my Windows and Storage partitions and made one extra partition on which I would install both Fedora and openSuse.  I split the partition into 2 logical partitions of about 5GB each.</p>
<p><img class="aligncenter size-full wp-image-308" title="gparted" src="http://hydtech.wordpress.com/files/2009/03/gparted.png" alt="gparted" width="510" height="382" /></p>
<p>Since my Lenovo does not have an optical drive, I had to use an external USB drive and allow the BIOS to boot from it</p>
<p>Popped in the Fedora Live CD and installed Fedora.  I selected the first logical partition and set this location as &#8220;/&#8221; (root) and opted not to use a swap space.  When it asks to install GRUB, you can choose not to or to install it at the beginning of the Root partition and not at the beginning of the whole hard drive because Ubuntu has already installed GRUB there and you might not want to write over it.  I chose not to install GRUB.  It was a painless install.  Restarted and booted into Fedora to make sure it worked.</p>
<p>Next, I popped in the openSuse Live CD and installed it to the second logical partition also without swap space.  Again, chose not to install GRUB.  Install was again pretty simple.  Booted into openSuse to make sure it worked.</p>
<p>Now, I had to update my GRUB to include the other Oses.  I could have done it manually, but I chose to upgrade my 8.10 Intrepid to 9.04 Jaunty by hitting &#8220;Alt+F2&#8243; and typing &#8220;upgrade-manager -d&#8221;, which updated the entries in GRUB automatically.</p>
<p><img class="aligncenter size-full wp-image-309" title="updatemanager" src="http://hydtech.wordpress.com/files/2009/03/updatemanager.png" alt="updatemanager" width="510" height="382" /></p>
<p>.</p>
<p>.</p>
<p>.</p>
<p><a href="http://hydtech.wordpress.com/2009/03/26/how-to-install-opera-and-thunderbird-and-share-the-profiles-between-windows-ubuntu-fedora-and-opensuse/"><span style="color:#ff0000;">Still one more issue: How to install Opera and Thunderbird and share the profiles between Windows, Ubuntu, Fedora and openSuse.  This call for a new blog entry.</span></a></p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
<p>.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Debian: compartir con Samba disco duro NTFS]]></title>
<link>http://gnubuntu.wordpress.com/2009/03/17/debian-compartir-con-samba-disco-duro-ntfs/</link>
<pubDate>Tue, 17 Mar 2009 02:47:52 +0000</pubDate>
<dc:creator>Horuhe</dc:creator>
<guid>http://gnubuntu.wordpress.com/2009/03/17/debian-compartir-con-samba-disco-duro-ntfs/</guid>
<description><![CDATA[Hace poco he montado una red local utilizando Samba para compartir distintos discos duros para poder]]></description>
<content:encoded><![CDATA[Hace poco he montado una red local utilizando Samba para compartir distintos discos duros para poder]]></content:encoded>
</item>
<item>
<title><![CDATA[Mounting NTFS partitions in Ubuntu]]></title>
<link>http://leftminor.wordpress.com/2009/03/10/mounting-ntfs-partitions-in-ubuntu/</link>
<pubDate>Tue, 10 Mar 2009 17:51:23 +0000</pubDate>
<dc:creator>raunaq2012</dc:creator>
<guid>http://leftminor.wordpress.com/2009/03/10/mounting-ntfs-partitions-in-ubuntu/</guid>
<description><![CDATA[Although Ubuntu 8.10 does a mount of the NTFS partition once you click on of it, it will always chan]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Although Ubuntu 8.10 does a mount of the NTFS partition once you click on of it, it will always change the mountpoint once you reboot. To make sure the NTFS drives have the same mount-point and are auto mounted on startup, i suggest you use the disk-manager utility easily available from Synaptic package manager.</p>
<p>You can easily download and install it by the following code:</p>
<p><code>sudo apt-get install disk-manager</code></p>
<p>It needs ntfs-3g driver for NTFS based operations which are included in it&#8217;s dependency.</p>
<p>You will be able to access the program under System-&#62;Administration.<br />
It has the option to detect new devices on startup and automount them as the user sees fit. You can even select a device and edit it&#8217;s mountpoint which will be saved everytime you boot. This way all your links to files will be consistent each time you run Ubuntu. To do this simply run the program:</p>
<p>1. Click on Advanced Configuration Tab</p>
<p>2. Select the partition/drive.</p>
<p>3. Click on edit.</p>
<p>4. Edit the mountpoint option. Make sure that it is defined as follows <code>/media/&#60;your preferred mountpoint name&#62;</code></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Mounting NTFS in openSUSE]]></title>
<link>http://spyowl.wordpress.com/2009/03/02/mounting-ntfs-in-opensuse/</link>
<pubDate>Mon, 02 Mar 2009 08:17:02 +0000</pubDate>
<dc:creator>spyowl</dc:creator>
<guid>http://spyowl.wordpress.com/2009/03/02/mounting-ntfs-in-opensuse/</guid>
<description><![CDATA[Do you use openSUSE 11.0 and have a portable hard drive that you use between a Windows XP/Vista/etc.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Do you use openSUSE 11.0 and have a portable hard drive that you use between a Windows XP/Vista/etc. system and it? Then it is likely that the portable HD is formatted using NTFS and it is also likely that it is being mounted as read-only by default in openSUSE.</p>
<p>Why? This <a title="openSUSE NTFS page" href="http://en.opensuse.org/NTFS" target="_blank">openSUSE NTFS</a> page explains why. And in case that page ever gets changed or removed, the solution to automatically mount removable NTFS media read-write by a non-root user is to:</p>
<pre>cd /sbin
sudo ln -s mount.ntfs-3g mount.ntfs</pre>
<p>root user should automatically mount those as read-write by default. To revert to default behavior, simply delete the symlink. Also, to mount non-removable &#8220;permanent&#8221; media as read-write, edit /etc/fstab and set dmask=002 for the desired NTFS entries. Default entry for reference is dmask=022.</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
