3

I have an NTFS partition mounted at /media/disk.

I run the following command: ls -lai /media/disk, and I got the following result:

enter image description here

The first column is for the inode number. But why is the inode number being shown, I thought that NTFS doesn't use inode numbers!

2
  • 1
    Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead. Commented Apr 11, 2018 at 15:47
  • Relating: unix.stackexchange.com/q/4950/117549 Commented Apr 11, 2018 at 19:25

1 Answer 1

1

What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.