Home Home > 2008 > 08 > 21
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

Archive for August 21st, 2008

Get Read/Write support to external NTFS Hard Drives

August 21st, 2008 by

Hi Lizards, that’s my first post here! 🙂 so… Thanks for reading!

Well let’s start.

I Red lots of times that users have problems with NTFS usb hard drives. Of course i’m talking about read/write support and ntfs-3g.

Touch and works with /etc/fstab is not a nice idea, also because device name could change and a static mount point will be unusefull.

The solution is to write an hal rule. In this case, all we need is the following:

With you favourite editor create like root that file:

/usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi

and past in it that lines:

 <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<!--
   Allow read/write mounting of external NTFS devices with ntfs-3g.
    /usr/share/hal/fdi/policy/10osvendor/
-->
<deviceinfo version="0.2">
  <device>
    <match key="volume.fstype" string="ntfs">
      <match key="@block.storage_device:storage.hotpluggable" bool="true">
          <merge key="volume.fstype" type="string">ntfs-3g</merge>
          <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
          <append key="volume.mount.valid_options" type="strlist">locale=</append>
      </match>
    </match>
  </device>
</deviceinfo>

than restart, as root, hal daemon with

hald restart

to make changes working.

If you want you could use my ntfs-3g package on my home repository

http://download.opensuse.org/repositories/home:/anubisg1/openSUSE_10.2/
http://download.opensuse.org/repositories/home:/anubisg1/openSUSE_10.3/
http://download.opensuse.org/repositories/home:/anubisg1/openSUSE_11.0/

it is always the last stable ntfs-3g released (right now is 1.2812) and include also the hal rule wrote before.

I hopes that to be usefull for lots.

Andrea 🙂

openSUSE TV update

August 21st, 2008 by

Ok now that my tubes to the net are back with gusto, I have been able to get all of tube.o.o onto openSUSE TV.  Actually oTV has some videos that aren’t on tube.o.o 🙂

With HackWeek 3 coming up this week, I’m hoping to get more videos up there.  So calling all Geecko Stations, if your make some videos of you escapades, please let me know and we’ll get them uploaded.  As it isn’t an official corporate sponsored site rules are a touch looser, e.g: video format doesn’t have to be in OGG, yes it would be preferable but not final.  I have a HackWeek project relating to the openSUSE Broadcasting Corporation, so the weeks after HackWeek should hopefully be good.  I’m hoping to be able to do some updates during the week too, but they may have to wait.

Remember if you have any suggestions or (preferably) any content to share with folk about openSUSE and it’s ecosystem please let me know.  You can get hold of me by leaving a comment here or mail me (you may need to edit the address 😉 ).