Ticket #2254: not mark checkbox "preserve Attributes" for filesystem mount with FUSE (sshfs)
If we copy the files to the partition mounted with sshfs, the default checkbox "preserve Attributes" is unchecked. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
41712de85c
Коммит
2e895e3c29
@ -124,7 +124,7 @@ int classic_progressbar = 1;
|
||||
typedef enum {
|
||||
MSDOS_SUPER_MAGIC = 0x4d44,
|
||||
NTFS_SB_MAGIC = 0x5346544e,
|
||||
NTFS_3G_MAGIC = 0x65735546,
|
||||
FUSE_MAGIC = 0x65735546,
|
||||
PROC_SUPER_MAGIC = 0x9fa0,
|
||||
SMB_SUPER_MAGIC = 0x517B,
|
||||
NCP_SUPER_MAGIC = 0x564c,
|
||||
@ -198,7 +198,6 @@ filegui__check_attrs_on_fs (const char *fs_path)
|
||||
{
|
||||
case MSDOS_SUPER_MAGIC:
|
||||
case NTFS_SB_MAGIC:
|
||||
case NTFS_3G_MAGIC:
|
||||
case PROC_SUPER_MAGIC:
|
||||
case SMB_SUPER_MAGIC:
|
||||
case NCP_SUPER_MAGIC:
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user