Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

"Operation not supported" with touch command

Featured Replies

Something strange in zfs dataset

I just cannot create a file with this filename. But this can be done by deleting one character. Although it is less than the max allowed filename length.

 

Case 1: 

touch '申胜勋 - 미소속에 비친 그대 + 나보다 조금 더 높은 곳에 니가 있을 뿐 + 보이지 않는 사랑 + 그12'

output:

touch: cannot touch '申胜勋 - 미소속에 비친 그대 + 나보다 조금 더 높은 곳에 니가 있을 뿐 + 보이지 않는 사랑 + 그12': Operation not supported

Case 2:

touch '申胜勋 - 미소속에 비친 그대 + 나보다 조금 더 높은 곳에 니가 있을 뿐 + 보이지 않는 사랑 + 그1'

success!

echo '申胜勋 - 미소속에 비친 그대 + 나보다 조금 더 높은 곳에 니가 있을 뿐 + 보이지 않는 사랑 + 그12' | wc -c

output:

128

Case 3:

touch '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345'

output:

touch: cannot touch '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345': File name too long

word count:

echo '0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345' | wc -c

output:

257

 

Different error message:

"Operation not supported" vs "File name too long"

Different filename length:

127(max) vs 256(max)

 

2024-05-16005437.thumb.png.69f32e88d0b5998cc1e4d39c0812cd42.png

 

Edited by neoherozzz

Solved by JorgeB

  • Community Expert
  • Solution

v6.13 already contains a fix for that, but note that it will require re-formatting the filesystem.

  • Author

Well, okay🫠

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.