âlsâ command showing inode numbers for an NTFS partition

Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I have an NTFS partition mounted at /media/disk.
I run the following command: ls -lai /media/disk, and I got the following result:

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!
linux filesystems ntfs inode
add a comment |Â
up vote
2
down vote
favorite
I have an NTFS partition mounted at /media/disk.
I run the following command: ls -lai /media/disk, and I got the following result:

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!
linux filesystems ntfs inode
1
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have an NTFS partition mounted at /media/disk.
I run the following command: ls -lai /media/disk, and I got the following result:

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!
linux filesystems ntfs inode
I have an NTFS partition mounted at /media/disk.
I run the following command: ls -lai /media/disk, and I got the following result:

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!
linux filesystems ntfs inode
edited Apr 11 at 15:49
Jeff Schaller
31.1k846105
31.1k846105
asked Apr 11 at 15:33
user285617
111
111
1
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25
add a comment |Â
1
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25
1
1
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.
add a comment |Â
up vote
2
down vote
What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.
What unix calls an inode number, NTFS calls an MFT record number. Basically the index into the Master File Table that describes the file.
answered Apr 11 at 16:21
psusi
13.2k22338
13.2k22338
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f437055%2fls-command-showing-inode-numbers-for-an-ntfs-partition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Welcome to U&L. Do not paste screenshots of commands. Put output in code block instead.
â Yurij Goncharuk
Apr 11 at 15:47
Relating: unix.stackexchange.com/q/4950/117549
â Jeff Schaller
Apr 11 at 19:25