- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Fortran Composer XE, OS Lion, Paragon NTFS 9.5
I have no problem read/write bootcamp partition with all purchased softwares.
I can't write a small fortran program to write to bootcamp! Here is my command session:
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 1> ls
test.for*
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 2> more test.for
write(6,*)'before first line'
write(11,'(a)') 'this is line 1 to test writing in bootcam'
write(11,'(a)') 'this is line 2 to test writing in bootcam'
write(6,'(a)')'done writing first line'
stop
end
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 3> ifort test.for
2011-10-20 16:01:31.904 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.906 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.907 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.909 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.911 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.912 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.913 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.915 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.916 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.922 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.923 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.925 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.926 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.942 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-10-20 16:01:31.944 ifort[302:707] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 4> ./a.out
before first line
forrtl: Protocol not available
forrtl: severe (38): error during write, unit 11, file /Volumes/BOOTCAMP/t/fort.11
Image PC Routine Line Source
a.out 000000010226D1F4 Unknown Unknown Unknown
a.out 000000010226B98E Unknown Unknown Unknown
a.out 00000001022477A1 Unknown Unknown Unknown
a.out 000000010221B46E Unknown Unknown Unknown
a.out 000000010221A98D Unknown Unknown Unknown
a.out 000000010223FC9C Unknown Unknown Unknown
a.out 000000010223D65E Unknown Unknown Unknown
a.out 00000001022035F3 Unknown Unknown Unknown
a.out 000000010220350C Unknown Unknown Unknown
a.out 00000001022034C4 Unknown Unknown Unknown
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 5> more fort.11
this is line 1 to test writing in bootcam
Daniel-Yangs-MacBook-Air/Volumes/BOOTCAMP/t 6>
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Daniel,
We have a bug report on the Time Machine already. It is a bug with the licensing check. Here is a workaround:
1. Give admin privileges to the standard user account.
2. Restart the computer
3. issue "sudo ifort test.f90 -o test" from terminal. No funny messages were observed
4. ./test (to confirm it does what is supposed to)
5. rm test
6. Exit terminal
7. Remove admin privileges to the account
8. Restart
9. Ready to go!
The bug ID is DPD200171430
Now for the other error: First, we don't support Bootcamp officially. Can you try a test program, something very simple to open a file and write "hello" to the file?
From the command line, can you 'touch' a file in this partition?
touch /Volumes/BOOTCAMP//foo.txt
ron
We have a bug report on the Time Machine already. It is a bug with the licensing check. Here is a workaround:
1. Give admin privileges to the standard user account.
2. Restart the computer
3. issue "sudo ifort test.f90 -o test" from terminal. No funny messages were observed
4. ./test (to confirm it does what is supposed to)
5. rm test
6. Exit terminal
7. Remove admin privileges to the account
8. Restart
9. Ready to go!
The bug ID is DPD200171430
Now for the other error: First, we don't support Bootcamp officially. Can you try a test program, something very simple to open a file and write "hello" to the file?
From the command line, can you 'touch' a file in this partition?
touch /Volumes/BOOTCAMP/
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did some research on Paragon NTFS since I had no idea what it was. http://www.paragon-software.com/home/ntfs-mac/
This driver and filesystem is not supported. It is quite possible that you'd have to link in their drivers to the application, but I'm not sure. Not our product. Our runtime will use the protocol to write to supported Mac filesystems but not NTFS through this driver stack.
Please contact Paragon Software and open a bug report with them.
ron
This driver and filesystem is not supported. It is quite possible that you'd have to link in their drivers to the application, but I'm not sure. Not our product. Our runtime will use the protocol to write to supported Mac filesystems but not NTFS through this driver stack.
Please contact Paragon Software and open a bug report with them.
ron

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page