Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1015969
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:28:50+00:00 2026-05-16T10:28:50+00:00

I have a build script where i create a text report file and output

  • 0

I have a build script where i create a text report file and output various log type stuff to it. The data is all being built onto an external hd which (according to ‘mount’) has file format “fuseblk” (which i’ve never heard of).

The building all seems to work ok but my report files are being saved as executables, which linux interprets as SOR files. I’d like them to just be regular text files, openable by default in my regular text editor.

I’m making the file, and writing to it, like this:

@report = File.open(File.join(DESTINATION_BUILD_FOLDER,  "#{title.folder_name}_report.txt"),"w")      
...
s = "making modules folder inside resource_library folder";puts s; @report.puts s
...
@report.close

I’ve done this lots of times before and never encountered this problem. Any ideas anyone?

cheers, max

ps i know that i can edit the saved files to make them non-executable, my question is ‘why is this happening in the first place?’. Cheers 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:28:51+00:00Added an answer on May 16, 2026 at 10:28 am

    I don’t think there’s anything wrong with your program. The fuseblk just means it’s being mounted through FUSE, which allows filesystem drivers to run as userspace programs, instead of kernel modules. Most likely, the filesystem is NTFS or FAT32.

    The problem here is that Linux is assuming everything on the drive has the execute bit set. This is because neither NTFS nor FAT32 have the capability to store Linux permission bits (NTFS has a very different permissions system, FAT32 has virtually none). And I bet you’re trying to double-click on the log files in something like the gnome file explorer, right?

    Well, go there with the command line and use less or your favorite command-line editor to view them. Or right click on them in the file explorer, or open them with File -> Open from a text editor. If you ask your question to people who know Gnome (or KDE?) better, you’ll probably get a better answer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have various shell build scripts for a project and want to create one
I have a utility build script that gets called from a variety of project-specific
I have an ant build script that needs to pull files down from a
For a client I have build a simple script that uploads multiple files(images), resizes
I'm working on a build script with Gradle. We have multiple projects at our
I have a nightly build DOS batch script that invokes devenv.exe to build a
I have a script (python) supposed to build up two paths - one in
I have a custom script step in my build process that zips the executable.
I have a simple jQuery script that I'm trying to build upon but I
Currently we have a script that does maven build + tomcat deploy. Deploying to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.