Questions tagged «filesystem»

有关Ubuntu的文件,权限和磁盘上特殊位置的文件布局的问题。


22
如何释放/ boot中的更多空间?
我的/boot分区几乎已满,并且每次重新启动系统时都会收到警告。我已经删除了旧的内核程序包(linux-headers ...),实际上我这样做是为了安装自动更新随附的更新的内核版本。 安装该新版本后,该分区将再次充满。那我还能删除什么呢?还有其他与旧内核映像相关的文件吗? 这是我的/boot分区上的文件列表: :~$ ls /boot/ abi-2.6.31-21-generic lost+found abi-2.6.32-25-generic memtest86+.bin abi-2.6.38-10-generic memtest86+_multiboot.bin abi-2.6.38-11-generic System.map-2.6.31-21-generic abi-2.6.38-12-generic System.map-2.6.32-25-generic abi-2.6.38-8-generic System.map-2.6.38-10-generic abi-3.0.0-12-generic System.map-2.6.38-11-generic abi-3.0.0-13-generic System.map-2.6.38-12-generic abi-3.0.0-14-generic System.map-2.6.38-8-generic boot System.map-3.0.0-12-generic config-2.6.31-21-generic System.map-3.0.0-13-generic config-2.6.32-25-generic System.map-3.0.0-14-generic config-2.6.38-10-generic vmcoreinfo-2.6.31-21-generic config-2.6.38-11-generic vmcoreinfo-2.6.32-25-generic config-2.6.38-12-generic vmcoreinfo-2.6.38-10-generic config-2.6.38-8-generic vmcoreinfo-2.6.38-11-generic config-3.0.0-12-generic vmcoreinfo-2.6.38-12-generic config-3.0.0-13-generic vmcoreinfo-2.6.38-8-generic config-3.0.0-14-generic vmcoreinfo-3.0.0-12-generic extlinux vmcoreinfo-3.0.0-13-generic grub vmcoreinfo-3.0.0-14-generic initrd.img-2.6.31-21-generic …

1
挂载错误:“未知文件系统类型'exfat'”
尝试挂载exfat文件系统时,出现以下错误: Error mounting /dev/sda6 at /media/gkp/Backup: Command-line `mount -t "exfat" -o "uhelper=udisks2,nodev,nosuid" "/dev/sda6" "/media/gkp/Backup"' exited with non-zero exit status 32: mount: unknown filesystem type 'exfat' Exfat用于某些USB记忆棒和相机SD卡。如何挂载这种类型的文件系统?
352 mount  filesystem  exfat 


2
/ bin,/ sbin,/ usr / bin,/ usr / sbin,/ usr / local / bin,/ usr / local / sbin之间的差异
我有六个带有命令文件的目录。这是/bin,/sbin,/usr/bin,/usr/sbin,/usr/local/bin和/usr/local/sbin。 这些之间有什么区别?如果我正在编写自己的脚本,应该在哪里添加它们? 有关: 如何了解Ubuntu文件系统布局? 在Linux上/ usr / bin与/ usr / local / bin 我的bash脚本应该放在哪里

10
如何查看所有可用的硬盘/分区?
我在地下室发现了一个6 GB的IDE硬盘。我想插入它,看看上面可能有什么。该驱动器似乎可以在BIOS中识别。 我在Ubuntu中找不到它来查看文件,而Ubuntu是该特定计算机上的唯一操作系统。我想知道Ubuntu是否具有Windows功能“我的电脑”的等效功能,该功能列出了所有可用的驱动器/存储设备。通常,“我的电脑”显示C :,可以打开以查看所有目录和文件。在这一点上,它与Ubuntu的主文件夹非常相似。 如何查看/选择该驱动器的所有可用分区或所有可用HDD,而不用任何方式格式化或篡改内容?
245 filesystem 


6
如何了解Ubuntu文件系统布局?
在Windows中,安装驱动器中可能只有几个重要文件夹(在我的Windows文件系统的逻辑图中,重要的意思是重要C:\)。即Program Files和Windows。我只是远离Windows文件夹,“添加删除程序文件”足以处理program filesWindows文件夹。当然,有一个名为的文件夹Users,用户(非管理员)只能访问他们的文件夹。 因此,我对Windows文件系统有一个清晰的认识。在Ubuntu中,当我到达location时/,会有大量的文件夹列表,其中的大多数文件夹都不知道它们包含的内容。该/bin文件夹似乎等同Windows于Windows 中的文件夹。该/usr文件夹似乎等同Users于Windows 中的文件夹。但是,即使/home文件夹看起来也很合适。 请理解,我确实知道,Ubuntu(Linux)具有与Windows不同的特征,即,在Ubuntu中不必完全等同于Windows功能。我所寻找的只是Ubuntu文件系统的更清晰的图片。 这个问题是一个更大的问题的一部分,我正在分解以使其更易于回答。原始问题可以在这里找到:http : //sgsawant.wordpress.com/2012/05/17/whats-the-equivalent-of-add-or-remove-programs-in-ubuntu/
220 filesystem 

3
引导时出现fsck错误:/ dev / sda6:意外的不兼容;手动运行fsck
我双重启动Ubuntu和Windows7。 我在Ubuntu中的FireFox上浏览,突然间我收到一些错误消息,所以我重新启动了。 现在,当我尝试启动Ubuntu时,我收到以下消息: fsck from util-linux 2.26.2 /dev/sda6 contains a file system with errors, check forced. /dev/sda6: Inodes that were part of a corrupted orphan linked list found. /dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. (i.e., without -a or -p options) fsck exited with status code 4 The root filesystem on …
215 boot  filesystem  fsck 

15
如何安全擦除硬盘?
我打算出售一个USB外部硬盘驱动器,该驱动器当前包含一个已安装的旧版Ubuntu,带有已存储的密码和银行信息。 出售前如何安全擦除驱动器?
209 filesystem 

10
Linux与Windows的程序文件等效吗?
在Windows下,大多数应用程序和应用程序数据都存储在称为C:\Program Files(有时为C:\Program Files (x86))的特殊目录中。与此路径等效的Ubuntu / Linux是什么?哪有一个?
179 filesystem 

4
如何获得使用exfat格式化的驱动器?
在Ubuntu 13.04中,有一个选项可以使用PPA by Relan来获得ExFat功能。看到在Ubuntu中,该功能现在可以从不带PPA的存储库中获得,我尝试了此操作,但未能使其正常工作。 所以我的问题是如何启用exfat支持?
176 filesystem  exfat 

5
如何将文件系统重新挂载为读/写?
我正在尝试在Xubuntu 12.04 VM(内核版本3.2.0-23-generic)中挂载hfsplus文件系统,但是当我mount -o remount,rw /dev/sdb3在命令行中键入时会返回not mounted or bad option。任何帮助,将不胜感激。
156 mount  filesystem 

15
如何修复“ sudo:无法打开……只读文件系统”?
标题可能不像我希望的那样具有描述性,但无法提出更好的名称。 我的服务器的文件系统进入只读状态。而且我不明白为什么这样做以及如何解决。 我可以通过SSH进入服务器,例如在尝试启动apache2时得到以下信息: username@srv1:~$ sudo service apache2 start [sudo] password for username: sudo: unable to open /var/lib/sudo/username/1: Read-only file system * Starting web server apache2 (30)Read-only file system: apache2: could not open error log file /var/log/apache2/error.log. Unable to open logs Action 'start' failed. The Apache error log may have more …

4
为什么目录不允许硬链接?
我正在使用Ubuntu 12.04。当我尝试为任何目录创建硬链接时,它都会失败。我可以在文件系统边界内为文件创建硬链接。我知道为什么我们无法为文件系统之外的文件创建硬链接的原因。 我尝试了以下命令: $ ln /Some/Direcoty /home/nischay/Hard-Directory hard link not allowed for directory $ sudo ln /Some/Direcoty /home/nischay/Hard-Directory [sudo] password for nischay: hard link not allowed for directory 我只想知道背后的原因。所有GNU / Linux发行版和Unix版本(BSD,Solaris,HP-UX,IBM AIX)是否相同,或者仅在Ubuntu或Linux中是否相同?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.