NTFS signature is missing, Centos7, emergency mode,

General support questions
ghainz
Posts: 18
Joined: 2015/10/14 14:22:33
Location: Neuss, Germany

NTFS signature is missing, Centos7, emergency mode,

Post by ghainz » 2017/09/12 10:08:45

Hello,
I am a beginner regarding linux.
My server, Dell T20, does not start any more. I intended to mount an usb-stick in order to copy the startup log file to the stick in order to send it to the forum.
I tried to mount the stick, but the a.m. error occured.
fstab entry: /dev/sde /mnt/usbblau ntsf rw,users,umask:0000 0 0

Can anybody help?
Thanks,
ghainz

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: NTFS signature is missing, Centos7, emergency mode,

Post by MartinR » 2017/09/12 10:13:07

If that's a cut-and-paste, you've got a typo: "/dev/sde /mnt/usbblau ntsf rw,users,umask:0000 0 0" should be "/dev/sde /mnt/usbblau ntfs rw,users,umask:0000 0 0".

ghainz
Posts: 18
Joined: 2015/10/14 14:22:33
Location: Neuss, Germany

Re: NTFS signature is missing, Centos7, emergency mode,

Post by ghainz » 2017/09/12 10:39:18

Thanks, but sorry I cannot see any difference.
It is not a cut-and-paste, because i had to type it from the screen of the linux server(emergency mode).
Could you please explain?
Thanks.

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

Re: NTFS signature is missing, Centos7, emergency mode,

Post by tunk » 2017/09/12 10:57:22

As MartinR tried to say, ntsf isn't a file systen I've ever heard about.
Are you sure it's /dev/sde and not /dev/sde1?

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: NTFS signature is missing, Centos7, emergency mode,

Post by MartinR » 2017/09/12 10:59:32

See the highlighted word. Your quoted text had ntsf, it should be ntfs, you've reversed the "s" and "f". If this were cut-and-paste, then that would mean you had an error in your fstab. However, since you've copied it from the screen it may just be a copying error. Worth a check though.

ghainz
Posts: 18
Joined: 2015/10/14 14:22:33
Location: Neuss, Germany

Re: NTFS signature is missing, Centos7, emergency mode,

Post by ghainz » 2017/09/12 11:14:43

Thanks,
I checked fstab and there I typed it right: ntfs.
Sorry.

Who can help me further with the ntfs signature is missing problem.

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: NTFS signature is missing, Centos7, emergency mode,

Post by MartinR » 2017/09/12 11:36:59

See Tunk's message about /dev/sde1. Trying to mount a physical disk instead of a partition could easily trigger the message.

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: NTFS signature is missing, Centos7, emergency mode,

Post by TrevorH » 2017/09/12 13:13:31

Also why are you adding it to /etc/fstab in the first place? If it's just a temporary mount to copy stuff onto then just mount it manually. Adding an entry to fstab and getting it wrong is enough to put you into emergency mode in the first place!
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ghainz
Posts: 18
Joined: 2015/10/14 14:22:33
Location: Neuss, Germany

Re: NTFS signature is missing, Centos7, emergency mode,

Post by ghainz » 2017/09/12 15:13:50

Before I jeopardize the system more I would like to to use a temporary mount.
As I mentioned, I am am a beginner.
Please tell how to do it.
Thanks

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: NTFS signature is missing, Centos7, emergency mode,

Post by TrevorH » 2017/09/12 15:26:46

e.g. mount -t ntfs /dev/sde /mnt/usbblau and the -t ntfs is optional as it will auto-detect supported filesystems.

To mount NTFS filesystems on CentOS you will need to install the ntfs-3g package from the third party EPEL repository. NTFS is not supported out of the box on CentOS. If you don't currently have EPEL installed then you can install it using yum --enablerepo=extras install epel-release
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply