Skip to content

mv: 0.2.0 mv cannot move directory with symlink to tmpfs mountpoint #8586

@tpowa

Description

@tpowa

To reproduce:
mkdir bl
mkdir bla
cd bl
ln -s a b
cd ..
mount none -t tmpfs bla
mv bl bla
--> Only directory bl is created no symlink is moved.
--> If bl contains more files or directories nothing is moved until symlinks have been removed.
umount bla
and mv works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions