Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4009 closed bug (fixed)

Flags shown by df are wrong when NTFS is mounted

Reported by: jahaiku Owned by: axeld
Priority: normal Milestone: R1
Component: File Systems/NTFS Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is on real hardware, gcc4 and new ATA and build from friday evening. It doesn't matter if you mount the NTFS RO or RW, on "df -a" you see for both:

/128M           ntfs        125.0M    121.7M -AM-P-W /dev/disk/usb/0/0/0

But the mounted NTFS is RO if mounted RO and RW if mounted RW.
Only the flags shown by "df" are wrong.

Change History (3)

comment:1 by axeld, 15 years ago

Resolution: fixed
Status: newclosed

Should be fixed in hrev30996. Now that I've seen the code, be careful when using this file system read/write - deleting files seems to be dangerous when they are still in use.

in reply to:  1 comment:2 by jahaiku, 15 years ago

Replying to axeld:

Should be fixed in hrev30996. Now that I've seen the code, be careful when using this file system read/write - deleting files seems to be dangerous when they are still in use.

Then should I open a ticket for this?

comment:3 by axeld, 15 years ago

Thanks I already did so (#4012).

Note: See TracTickets for help on using tickets.