我有一个需要在 NTFS 分区上执行的脚本。脚本的权限设置为 600。
我试图通过运行来修改权限chmod 755 script.sh,这不会报告失败或任何事情 - 但它也不会更改文件的权限:
$ stat script.sh
File: `script.sh'
Size: 297070 Blocks: 584 IO Block: 4096 regular file
Device: 811h/2065d Inode: 35515 Links: 1
Access: (0600/-rw-------) Uid: ( 1000/ xxxxxx) Gid: ( 1000/ xxxxxx)
Access: 2010-09-30 14:05:16.041621000 -0700
Modify: 2010-09-30 14:05:05.070157000 -0700
Change: 2010-09-30 14:05:05.070475000 -0700
$ chmod 755 script.sh
$ stat script.sh
File: `script.sh'
Size: 297070 Blocks: 584 IO Block: 4096 regular file
Device: 811h/2065d Inode: 35515 Links: 1
Access: (0600/-rw-------) Uid: …Run Code Online (Sandbox Code Playgroud) 谁能解释为什么在 Ubuntu 中默认使用的 ext4、ext3 或 ext2 磁盘格式而不是其他格式。
与其他相比有什么优点或缺点吗?如果是这样,是什么?
我需要帮助将文件系统从 ext4 更改为 NTFS。我正在使用这个命令:
sudo mkfs.ntfs /dev/sda
Run Code Online (Sandbox Code Playgroud)
但我得到这个输出:
/dev/sda is entire device, not just one partition
Refusing to make file system here!
Run Code Online (Sandbox Code Playgroud)
我没有关于 的任何数据/dev/sda。我该怎么办?
我有一个 256 SSD,有 40 GB 免费。我不想分割它。我可以将 Ubuntu 与 Windows 10 安装在同一分区上吗?如果是这样,是否有特殊的安装方式?
我刚刚在 Windows 中将我的硬盘分区为双启动 Kubuntu 和 Windows 10。我无法将其格式化为 FAT 或 FAT32……唯一的选项是 NTFS 和 exFat。
我想同时使用 Kubuntu 和 windows。我可以在 exFat 分区上安装 Kubuntu 吗?
filesystem ×2
18.04 ×1
chmod ×1
disk ×1
dual-boot ×1
exfat ×1
ext4 ×1
kubuntu ×1
ntfs ×1
partitioning ×1
permissions ×1