Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 11 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 11

Why would the permissions bit matter? I assume Linux does not
attempt to set permission bits on a file it writes to NTFS.
It makes sense for it to write that file in a format that
NTFS and Windows recognizes as its own, right? Here may be
an opportunity for me to nail down something I've been
wondering for a while.

It matters in the sense that it is preferred to have permissions set at the
root level for some things and at the user level for others. Windows does not
differentiate. Everything is at the user level and it does not distinguish
between users. When a file is written to NTFS it uses the protocols for Windows,
not Linux. So you lose the control that Linux gives. Anyone who logs onto
Windows can then access your files. In Linux this is not the case. Only the user
can modify his own files and only root can modify things at that level. So by
saving to Windows you are losing some control over your data.

A Windows user is typically not concerned, but a Linux user takes permissions
seriously.

As I understood, the permissions bits are in the file's header
at or very near the beginning of the file. They have nothing
to do with the content of the file as used by an application
program -- that is, if I write a plain-text or MP3 file to
my Linux ext3 volume, its file header including file name and
various other information will be written in the Linux way,
the ext3 way. But if I write the same file to an NTFS volume
under Windows, the header will be as Windows writes it.
The file under Linux will have permission bits as part of the
information stored in the header; the Windows file won't.
So, when Linux writes to the NTSF side,

You are right. Linux uses Windows protocols for writing to NTFS.


I assume from your tone the occasional file here or there does
not cause things to get out of whack. Yet the attempt to
rename one file in Windows that had been written by Linux with
double quotation marks caused me half an hour of repair time.
I won't make that mistake again but Linux should not have
allowed me to write that file to the NTFS volume. Linux and
me, we done broke the rules and I deserved to be punished; it
wasn't Windows' fault. Well, it wasn't Linux's fault either
because I asked it to break Windows's rules.

Yes, you discovered one of the hidden dangers. Linux has its own naming
structure and with very few exceptions you can type most characters, except file
naming ones such as slashes, ? and *, plus the names can be much longer and
don't require a suffix. From Linux's point of view the file name was okay to
save it this way. It is not assuming that you will open it where it will cause
problems. In other words, you could be using the NTFS to open from as well.
Perhaps they should be assuming the worst, but Linux tends to err on the side of
flexibility, placing the burden on the user.

If you save a text file for example you might assume that it will append .txt,
but Linux doesn't. So for Windows to read the file you will have to follow
Windows naming conventions in Linux.

ECC: see no reason for the crash on the Windows
side to have affected my Linux boot process. It was for
this reason I bought another drive to run Linux; and the
only thing that has changed on that first drive is grub
in its boot sector. The grub menu showed but would not
launch Linux except in recovery mode.

Roy: It did not likely affect the boot process. Disk checking is built into the
boot process and mostly it blithely continues on its way, but when necessary it
will stop and check the drives. Somehow the hard boot caused the drive that
Ubuntu was on the have some consistency error or at least was set to check it,
probably because the BIOS kicked in to indicate a hard boot. Ubuntu wanted to
make sure that the drive was okay after the BIOS informed it of possible
problems before it would remount it.

I don't know exactly what happened, but whatever it was, your system got a jolt.


ECC: OK, but why would my hd1 (sdb) drive, which as far as
I can understand was not being used while I was using
Windows, have suffered? The following all makes sense:


Roy: Your drives constantly spin. This is less hard on them than turning them on
and off. You may be confusing read/ write activity (flashing LED) with spinning.
No flashing light does not mean no activity.


ECC: How is this done? I understand roughly what the POST
check is, and beeps it can generate if something is
wrong, but I never heard of checking drives for anything.

Roy: POST stands for power on self test. The drives are only one part of POST.
All devices are checked and catalogued so that this info can be passed on the
the operating system. The BIOS detects whether it has been a warm or cold boot
and distinguishes between them. On a cold boot it does more than on a warm boot.
Possible errors are passed on the operating system. This is why you get the menu
in Windows offering to boot into Safe Mode and probably why Linux had to check
your drive. It did not mean that anything was actually wrong. Since it wasn't
writing data to your drive it probably meant that the drive was okay, but the
operating system is built to take no chances and offers at minimum to check the
drive.


ECC: But when it does that I get a message immediately after
grub launches Ubuntu, and a number showing what percentage
has been checked.

Reply: There are times when you have a choice and times when you have no choice.
Sometimes when you aren't given a choice you don't see the message for awhile
giving you the impression that something is wrong when it is just checking the
disk and taking its time advising you. I generally prefer to boot in text mode;
it gives you more info.

I don't want to give the impression that I am a harware specialist. There are
plenty of things that I don't know. Mostly, because I choose to spend my time
with other concerns.

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on writing to NTFS Or get search suggestion and latest updates.


Tagged: