Maclord's Blog

Tips and tricks about Macs, Mac OS X, iOS and cross-platform working
    • English
    • Français
    • Türkçe
  • Home
  • About Maclord’s Blog
  • Mac Basics
  • Downloads
  • Contact Maclord
  • Privacy Policy

Write and Delete Files from (NTFS-formatted) USB drives connected to your Mac

08:13 PM

Paragon NTFS for MacProblem with writing to (NTFS-formatted) USB drives directly connected to your Mac? No more worries. You can solve the problem by enabling read-write (and delete) access to NTFS-formatted drives and flash memories.

It’s been 4 years since I wrote my post “Ability to write to NTFS volumes on the Mac” which presented a free solution to solve the problem to writing to PC drives (or deleting files from them) with NTFS-3G and MacFuse. However, after the release of Mac OS X Lion, and then OS X Mountain Lion shortly thereafter, the suggested free solution became obsolete as the development of the MacFuse driver has been halted, and there’s no longer any official support for newer versions of Mac OS X. A new piece of open-source software called OSXFuse driver was thought to come to the rescue, however even with OSXFuse, NTFS-3G does not function properly in Lion and Mountain Lion; you will still get mounting errors every time your computer boots. So you risk to corrupt your hard drive / SSD and end up with possible data loss.

Why can’t you write to some volumes on the Mac which you also use (read & write) on the PC?

Mac OS X uses a file system called HFS+, whereas Windows uses the FAT32 and NTFS formats (which stands for NT File System) for its drives used for storage. While Mac OS X can read files on NTFS volumes, it can’t write or copy files to them – this includes the Bootcamp partition on your Mac’s hard drive (or SSD), although it can both read & write on FAT32 disks and drives. FAT32 is heading toward its end of life cycle due to its limitations such as that you cannot format a FAT32 volume larger than 32 GB in size, and it cannot hold a single file larger than 4 GB. USB-memory drives with a storage capacity smaller than or equal to 4 GB are ideally formatted FAT32 with which you must be doing just fine on your Mac. However those that are larger have no choice but to have NTFS as their file system with which you’re gonna have this problem of writing on them on Mac OS X.

Fortunately, you can enable your Mac to write to NTFS writing on Mac OS X with relatively little trouble. Read more to find out about the low-cost solution which addresses the problem on Mac OS X Lion and Mountain Lion (aka Mac OS X 10.8).

Enter Paragon NTFS for Mac OS X

Paragon NTFS for Mac solves definitely the problem of mounting NTFS volumes as well as bringing the ability to read and write to those volumes flawlessly. A $19.95-solution from Paragon Software,  it is all you need in order to create, delete or modify any files on Windows NTFS drives (including your Bootcamp partition on your Mac if you installed Windows Vista or Windows 7 or later using the Bootcamp Utility) – and you won’t even remember there was ever a problem. Remove the barriers between NTFS and HFS with ease and confidence and no more worries about corrupting volumes and losing data.

Paragon NTFS has also been the first solution to support Mac OS X 10.8 Mountain Lion.
Read the rest of this entry »

Comments
1 Comment »
Categories
compatibility, cross-platform, Mac, Mac OS X, PC, software
Tags
compatibility, cross-platform, cross-platform compatibility, Lion, Mountain Lion, NTFS, Windows
Comments rss Comments rss
Trackback Trackback

How to Bounce Mail Messages in Mac OS X Lion * Updated *

02:00 PM

Bouncing Unwanted EmailAdvanced-level Mail.app users of Mac OS X must have noticed that as of Mac OS X Lion (Mac OS X 10.7) the feature of “bouncing messages back to sender” is gone!

There are ongoing debates whether this feature was useful (so as to help fight spam) or not – even totally unnecessary (since many spammers do not use real or valid e-mail addresses, there’s no address to bounce back the junk mail) – the latter probably being Apple’s motive to remove the feature.

For those of you, who need to restore this functionality, there’s good news for intermediate to advanced Mac OS X users who can manage to create an Automator service that will feature an AppleScript to run — at least by following a short simple series of instructions. (See also the screen recording video tutorial below)


 

 

How to bounce Mail messages in Mac OS X Lion

Here are the step by step instructions to do so:

  1. Launch Automator from your Applications folder
  2. Create a new service.
  3. At the top of the editing (workflow) pane, select “no input” pull-down menu item just following the label “Service receives”, and select “Mail.app” from the second pull-down menu. The setting should appear like “Service receives no input in Mail.app”
  4. Locate “Get Selected Mail items” from the actions list on the left, and then drag it to the editing pane (that is the Workflow)
  5. Locate “Run AppleScript” from the actions, and drag it to the workflow.
  6. Edit the script so as to look as the following:
    on run {input, parameters}
       tell application "Mail"
          repeat with eachMessage in input
             bounce eachMessage
             delete eachMessage
          end repeat
       end tell
    end run
  7.  Save your Automator workflow with a name like “Bounce Mail”
  8. In Mail(.app) select the message(s) you want to bounce, then under the “Mail” application menu, select “Services > Bounce Mail (or whatever you named when saving the service) menu item

Comments
9 Comments »
Categories
Apple, Mac
Tags
Lion, Mac, Mac OS X, Mail
Comments rss Comments rss
Trackback Trackback

Recent Posts

  • Write and Delete Files from (NTFS-formatted) USB drives connected to your Mac
  • Download Bootcamp (Windows) drivers for Macs shipped with Mountain Lion
  • Download Safari for Windows here
  • How I resolved my Apple Magic Mouse problem on Bootcamp Windows 7
  • How to Easily Transfer and Share files between your Mac, iPhone, iPad and iPod Touch even PC and Android devices
  • iPad HD aka iPad 3
  • How to make Apple Mail Faster
  • How to Install Java (and JDK) on Mac OS X Lion
  • How to Bounce Mail Messages in Mac OS X Lion * Updated *
  • Play Commodore 64 / Amiga Games on your iPhone, iPad or iPod Touch

Follow iMaclord on Twitter


Tags

announcements Apple Bootcamp breakthrough browsers Chrome colloboration compatibility cross-platform cross-platform compatibility disk image formats e-mail Facebook file conversion file viewers Google hardware iCal iMac innovative Internet iOS iPad iPhone iPhone howto's iPod iweb Lion Mac Mac apps Mac OS Mac vs PC Microsoft networking old stuff OS specifics PC portable Safari tablet technorati touchbook video web design Windows

Categories

  • Apple
  • browsers
  • compatibility
  • cross-platform
  • Games
  • General
  • hardware
  • iCal
  • Internet
  • iOS
  • iPad
  • iPhone
  • iPod
  • Mac
  • Mac OS X
  • networking
  • PC
  • software
  • tablet
  • video

Recent Comments

  • uumart on Write and Delete Files from (NTFS-formatted) USB drives connected to your Mac
  • avc on Downloads
  • CaliforniaJack on How to Install Java (and JDK) on Mac OS X Lion
  • Marrisa on 5 CHM viewers for the Mac
  • Maclord on 5 CHM viewers for the Mac
  • Marrisa on 5 CHM viewers for the Mac
  • Marrisa on 5 CHM viewers for the Mac
  • avc on Play Commodore 64 / Amiga Games on your iPhone, iPad or iPod Touch
  • Alex on Play Commodore 64 / Amiga Games on your iPhone, iPad or iPod Touch
  • macMAMA on How to Bounce Mail Messages in Mac OS X Lion * Updated *

 

May 2013
M T W T F S S
« Dec    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Subscription / Abonnement / Abonelik

Fill out the form below to signup to our blog newsletter and we'll drop you a line when new articles come up.

Our strict privacy policy keeps your email address 100% safe & secure.

This Blog Also About:

  • google chrome for mac 10.4
  • amiga iphone games
  • ipod fabrıka ayarlarına dondurme
  • ipad and iweb
  • ipad touchbook
  • ical mac
  • of mail
  • mac os başlangıc
  • ipad language support
  • quicktime components gratuit mac
  • silverlight download. pour ipad
  • how to configure hotmail for mac mail
  • os x lion email actions
  • safari browser. selectedtab safari javascript
  • installer silverlight pour ipod touch
  • mouse not working on bootcamp
  • nvidia başlangıcta görünüyor
  • bootcamp 5.0 driver download
  • disque ntfs sur mac leopard 10.4
  • osk "disk image" ufi to iso
  • mac open chm file
  • imac imajını macbooka yüklemek
  • e ajanda
  • eclipse indigo e lion
  • apple mail alternatif mail programı
  • android cannot write big files to usb ntfs
  • iphone tethering özelligi
  • file transfer protocol vnc
  • old mac os 8
  • send files from android to ipad. 2012
  • OzarWEB

Pages

  • About Maclord’s Blog
  • Contact Maclord
  • Downloads
  • Mac Basics
  • Privacy Policy

RSS GOZmosis

  • Doctor vs Lawyer
  • A Geo-Political Hospital in 2012
  • An Excerpt from a Cat's Diary
  • What If Drivers were Hired Like Programmers?
  • Why The Next Version of OS X After Mountain Lion Wouldn’t Be Named After a Cat

RSS Mac rumors

  • AT&T's GoPhone Prepaid Brand to Gain iPhone and LTE/HSPA+ Support Tomorrow 24/05/2013
  • Apple Posts New iPhone TV Ad 'Music Every Day' 24/05/2013
  • Microsoft Inaccurately Depicts Windows Tablet as Larger than iPad in New Comparison Ad 23/05/2013
  • New Colors Rumored for iPhone 5S and Lower-Cost iPhone, Dual LED Flash for iPhone 5S? 23/05/2013
  • Apple Confirms WWDC Keynote Presentation Will Be Monday June 10th 23/05/2013

Language

  • English
  • Français
  • Türkçe


rss Comments rss valid xhtml 1.1 design by jide powered by Wordpress get firefox