0
1
ОС — Manjaro
Ядро — 6.1.49-1-MANJARO
Собсна сабж:
Имеется несколько НТФС разделов, требуется получить доступ к /sda4 — однако почему то он в ro, пытался насильно монтировать ntfs-3g
sudo mount -t ntfs-3g /dev/sda3 /mnt/ntfs/
однако выхлоп
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
Ну и как в выхлопе, раздел в ro режиме.. не знаю что делать, может кто сталкивался, на форуме не нашел, если что — пните
RomariOMaximaL
Всем Здравствуйте!
Думаю темка будет актуальна всегда и всем (крепите в важное)
А у меня ребят вот такой вопросик….
Вообщем 10-ка опять нахватала всякой гадости до такой степени, что без психов не залезть ни куда(((
на ноутбуке была два раздела ntfs (на одном Windows, на другом все нужные мне файлы)…
в итоге было решено снести винду и поставить Kubuntu 15.10… скачал, сделал iso образ и пошла война в другой суспенции))
при установке было предложено самим дистрибутивом разделить диск га которой была Windows таким образом:
1. подкачка swap ~ 7 гигов
2. ext4 ~ 27 GB Ubuntu
3. ext4 ~29 GB Kubuntu
4. ntfs (где мои файлы не трогать) — что мне очень даже нужно!
В итоге установил… 2 и 3 открывает, они одинаковы! и папки и содержимое… что за шляпа???
а вот диск с файлами выдает ошибку следующую:
An error occurred while accessing ‘Жёсткий диск (169,8 ГиБ)’, the system responded: Не удалось выполнить запрошенную операцию: Error mounting /dev/sda5 at /media/hromchick/01CF6CA9FA7A8500: Command-line `mount -t «ntfs» -o «uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000» «/dev/sda5» «/media/hromchick/01CF6CA9FA7A8500″‘ exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount ‘/dev/sda5’: Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the ‘ro’ mount option.
Далее ковыряюсь)
sudo blkid
/dev/sda1: UUID=»29d13346-83bc-456a-abca-09682a231927″ TYPE=»swap» PARTUUID=»02b5ba73-01″
/dev/sda5: UUID=»01CF6CA9FA7A8500″ TYPE=»ntfs» PARTUUID=»02b5ba73-05″
/dev/sda6: UUID=»a83d10b9-1cce-4f94-8712-16166cb78f1b» TYPE=»ext4″ PTTYPE=»dos» PARTUUID=»02b5ba73-06″
/dev/sda7: UUID=»f78361a5-0cca-45c8-81cd-ae28f95fa395″ TYPE=»ext4″ PARTUUID=»02b5ba73-07″
получается моя нтфска содержит — 01CF6CA9FA7A8500
далее — sudo mount /dev/sda5 /mnt/Files
Выводит:
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount ‘/dev/sda5’: Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the ‘ro’ mount option.
Ребят, подскажите пожалуйста…как мне донего добраться???
ТС не появлялся на Форуме более полугода по состоянию на 14/07/2019 (последняя явка: 28/10/2016). Модератором раздела принято решение закрыть тему.
—zg_nico
« Последнее редактирование: 14 Июля 2019, 03:01:56 от zg_nico »
Problem: The NTFS partition is in an unsafe state error in Ubuntu
I dual boot Ubuntu 14.04 with Windows. After upgrading to Windows 8, I often see an error “The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully” when I try to mount the NTFS partitions in Ubuntu. The full text of error is as following:
Error mounting /dev/sda5 at /media/itsfoss/01BC76G7Z2628FB0: Command-line `mount -t “ntfs” -o “uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177” “/dev/sda5” “/media/itsfoss/01BC76G7Z2628FB0″‘ exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount ‘/dev/sda5’: Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the ‘ro’ mount option.
Quick Fix to mount Windows partition immediately
Read the error again. Just the second line which reads: Error mounting /dev/sdXY….
Note the /dev/sdXY thing. XY should be replaced with the error you see in your system. Now open terminal and use the following command:
sudo ntfsfix /dev/sdXY
where XY is the troublesome partition shown in the error. For example sda2 or sdb1 or sda5 (as in picture above). ntfsfix is already installed in Ubuntu systems.
Reason: Fast Startup feature of Windows 8 and Windows 10
Microsoft introduced a new feature in Windows 8 and 10 to reduce the boot time in otherwise slow Windows OS. This feature is called Fast Startup. In normal shut down process, power is removed from all components such as CPU, RAM, CD-Rom and hard disks. But in fast start up, Windows 8 saves some system information such as caching the registry etc to a file during shutdown. Part of the metadata about the state of all mounted partitions at the time of
But in fast start up, Windows 8 saves some system information such as caching the registry etc to a file during shutdown. Part of the metadata about the state of all mounted partitions at the time of turn-off, is among these system information. This reduces the boot time of the Windows 8 but it creates the trouble for Ubuntu.
Since the information about the NTFS partition is stored in Windows 8, this prevents Ubuntu to mount them as mounting them in Linux will alter the metadata of the partitions. This is why it is in protected mode and you cannot mount it (without being root).
Permanent Solution: Disable Fast Startup in Windows 8 and Windows 10
Temporary solution of this problem will be to boot in to Windows and restart it. Restarting is different from shutdown and it should release the partition metadata from the stored system information. But this will only be a temporary solution because when you use Windows 8 or 10 next time, you’ll face the same problem again.
Permanent solution would be to disable the fast startup in Windows 8/10. This will increase your Windows boot time so it is up to you if you prefer it. If you use Windows more frequently and you have probably set Window as default OS in dual boot with Ubuntu, then you should avoid this solution. But if you more of a Linux guy and use Windows occasionally then you can disable fast startup in Windows 10 without thinking twice.
How to disable fast startup in Windows 8 and 10:
If you know how to go around Windows, use the following path to disable fast startup.
Go to Control Panel > Hardware and Sound > Power Options > System Setting > Choose what the power buttons do and uncheck the Turn on fast startup box.
Alternatively, here is the detailed process along with some picture to help you to disable fast startup in Windows. First search for Power Option along with Settings filter in start screen of Windows 8.
Make sure that you have admin rights:
Scroll down a bit in power options to look for Turn on fast startup option and uncheck this box.
That’s all. Next time you try to mount NTFS partition in Ubuntu, you should not see the NTFS partition is in an unsafe state error.
Though the tutorial is meant for Ubuntu, the same tutorial should also help all other Linux distributions such as Linux Mint, elementary OS etc.
Any questions and suggestions? Feel free to hit the comment box.
About the author
Abhishek Prakash
Created It’s FOSS 11 years ago to share my Linux adventures. Have a Master’s degree in Engineering and years of IT industry experience. Huge fan of Agatha Christie detective mysteries 🕵️♂️
На днях я загрузил систему Windows 10 с Ubuntu live cd. Когда я попытался смонтировать раздел Windows из среды Linux live cd, раздел windows отказался монтироваться в режиме чтения/записи и отобразил эту ошибку – NTFS partition is in an unsafe state (раздел NTFS находится в небезопасном состоянии).
sudo mount /dev/sda2 /mnt/
Здесь /dev/sda2
– это раздел Windows.
Windows is hibernated, refused to mount. The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Falling back to read-only mount because the NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting.) Could not mount read-write, trying read-only
.
Ошибка – раздел NTFS находится в небезопасном состоянии. Раздел монтируется в режиме только для чтения, но не для записи. Я подумал, что это произошло из-за неаккуратного выключения, поэтому я правильно выключил систему Windows и снова загрузил ее с live cd. Однако я получаю то же сообщение об ошибке. Я вошел в систему Windows, а затем перезагрузил ее. Но я все равно получал ту же проблему снова и снова. Я выполнил команду ntfsfix
, которая используется для исправления ошибок в разделе NTFS:
sudo ntfsfix /dev/sda2
Пример вывода:
Mounting volume... Windows is hibernated, refused to mount. FAILED Attempting to correct errors... Processing $MFT and $MFTMirr... Reading $MFT... OK Reading $MFTMirr... OK Comparing $MFTMirr to $MFT... OK Processing of $MFT and $MFTMirr completed successfully. Setting required flags on partition... OK Going to empty the journal ($LogFile)... OK Windows is hibernated, refused to mount. Remount failed: Operation not permitted
К сожалению, это не сработало. Я не смог смонтировать раздел Windows в режиме чтения/записи с Linux live cd.
В конце концов, я решил проблему ошибки «NTFS partition is in an unsafe state», отключив функцию «Быстрый запуск « в моей системе Windows 10.
Для тех, кто не может смонтировать раздел Windows с Linux live cd с двойной загрузкой Linux и Windows, просто отключите функцию быстрого запуска в Windows 10 или 8, чтобы смонтировать раздел Windows NTFS в режиме чтения/записи, как показано в следующих шагах.
Отключение быстрого запуска в Windows
Чтобы отключить быстрый запуск в Windows 10, откройте Панель управления -> Оборудование и звук.
Нажмите Оборудование и звук Далее нажмите «Параметры питания «.
Нажмите Параметры питания В следующем окне нажмите «Выберите, что делает кнопка питания « на левой боковой панели.
Выберите опцию «Что делает кнопка питания «В разделе «Определить кнопки питания и включить защиту паролем» вы увидите ссылку «Изменить настройки, которые сейчас недоступны «. Нажмите на нее.
Изменить параметры, которые в данный момент недоступны. Уберите флажок «Включить быстрый запуск», чтобы отключить быстрый запуск, и нажмите Сохранить настройки.
Уберите флажок «Включить быстрый запуск» Теперь быстрый запуск отключен. Закройте приложение Control Panel. Теперь я могу монтировать раздел Windows в режиме чтения-записи без каких-либо проблем. Надеюсь, это поможет.
Модераторы: vadim64, terminus
Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
ошибка freebsd 12.1 не монтирует диск ntfs у меня помогите?
Код: Выделить всё
root@ifa12.1 release:~ # dmesg | grep da
FreeBSD is a registered trademark of The FreeBSD Foundation.
acpi_acad0: <AC Adapter> on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ada0 at ata0 bus 0 scbus0 target 0 lun 0
ada0: <VBOX HARDDISK 1.0> ATA-6 device
ada0: Serial Number VB722e72e9-c44e0673
ada0: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada0: 163754MB (335369728 512 byte sectors)
ada1 at ata0 bus 0 scbus0 target 1 lun 0
ada1: <VBOX HARDDISK 1.0> ATA-6 device
ada1: Serial Number VB48133fb0-4a7a9659
ada1: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada1: 40960MB (83886080 512 byte sectors)
Trying to mount root from ufs:/dev/ada0s1a [rw]...
root@ifa12.1 release:~ # ntfs-3g /dev/ada0s1a /mnt/
Error opening '/dev/ada0s1a': Operation not permitted
Failed to mount '/dev/ada0s1a': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.
root@ifa12.1release:~ #
-
Хостинг HostFood.ru
Услуги хостинговой компании Host-Food.ru
Хостинг HostFood.ru
Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/
-
Neus
- майор
- Сообщения: 2011
- Зарегистрирован: 2008-09-08 21:59:56
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
Neus » 2020-07-15 7:31:05
iwan433 писал(а): ↑
2020-07-15 2:49:50
Trying to mount root from ufs:/dev/ada0s1a [rw]…
root@ifa12.1 release:~ # ntfs-3g /dev/ada0s1a /mnt/
ты уверен что там ntfs?
Physics is mathematics with the constraint of reality.
Engineering is physics with the constraint of money.
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 19:51:47
Да точно увернет что nfts диск этот подключал в windows все ок видно что еще может быть что freebsd не видит диск с nfts ?
-
Demis
- прапорщик
- Сообщения: 496
- Зарегистрирован: 2015-05-25 14:36:32
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
Demis » 2020-07-15 19:53:10
дык вроде-же понятно написано:
iwan433 писал(а): ↑
2020-07-15 2:49:50
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the ‘ro’ mount option.
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 20:10:29
я пробовал еще так
Код: Выделить всё
root@ifa:~ # ntfs-3g /dev/ada1 /mnt/
NTFS signature is missing.
Failed to mount '/dev/ada1': Invalid argument
The device '/dev/ada1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
root@ifa:~ #
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 20:13:14
Demis писал(а): ↑
2020-07-15 19:53:10
дык вроде-же понятно написано
Вы скажите что можно попробовать чтобы nfts диск увидела?
-
Demis
- прапорщик
- Сообщения: 496
- Зарегистрирован: 2015-05-25 14:36:32
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
Demis » 2020-07-15 20:18:15
iwan433 писал(а): ↑
2020-07-15 20:10:29
ntfs-3g /dev/ada1 /mnt/
Это плохая идея.
Первый вариант был правильнее.
А гугль переводит ошибку как:
Код: Выделить всё
Раздел NTFS находится в небезопасном состоянии.
Пожалуйста, подтвердите и выключите Windows полностью (без гибернации или быстрого перезапуска) или монтирование тома
только для чтения с опцией монтирования 'ro'.
Вообще обычно так делаю:
Код: Выделить всё
kldload fuse
ntfs-3g -o rw,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
В Вашем случае (ro) будет примерно так:
Код: Выделить всё
ntfs-3g -o ro,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
Ну uid, устройство и кодировки свои используйте…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 20:19:52
Код: Выделить всё
root@ifa:~ # ntfs-3g -o rw,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
root@ifa:~ # ntfs-3g -o ro,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
root@ifa:~ # df
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ada0s1a 158424988 4510824 141240168 3% /
devfs 1 1 0 100% /dev
/dev/fuse 358396 284184 74212 79% /mnt
/dev/fuse 358396 284184 74212 79% /mnt
root@ifa:~ #
Последний раз редактировалось Alex Keda 2020-08-06 22:14:06, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 20:21:14
Код: Выделить всё
root@ifa:~ # cd /mnt/
root@ifa:/mnt # ls
BOOTNXT Recovery
BOOTSECT.BAK System Volume Information
Boot bootmgr
root@ifa:/mnt #
да увидело
Последний раз редактировалось Alex Keda 2020-08-06 22:14:20, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
Demis
- прапорщик
- Сообщения: 496
- Зарегистрирован: 2015-05-25 14:36:32
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
Demis » 2020-07-15 20:21:35
И кстати, от какой виды ntfs? М.б. его ntfs-3g не умеет? Хотя ошибка пока не на версию ссылается…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 20:24:58
Код: Выделить всё
root@ifa:/mnt # mkdir i
mkdir: i: Read-only file system
А почему нельзя паку создать?
Последний раз редактировалось Alex Keda 2020-08-06 22:14:34, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
Demis
- прапорщик
- Сообщения: 496
- Зарегистрирован: 2015-05-25 14:36:32
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
Demis » 2020-07-15 20:34:21
Дык
iwan433 писал(а): ↑
2020-07-15 20:24:58
mkdir: i: Read-only file system
Гугль переводит как :
Это последствия ключика ro. А чтобы можно было записывать, нужно из под винды правильно погасить.
Именно об этом шла речь в
Demis писал(а): ↑
2020-07-15 20:18:15
Пожалуйста, подтвердите и выключите Windows полностью
Либо прочекайте диск под виндой:
Где i: имя диска как его видит винду. Потом корректно погасите винду или если через юсб, корректно отключите диск.
Вроде все просто.
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 23:26:57
Код: Выделить всё
root@ifa:/mnt # ntfsfix /dev/ada1s1
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/ada1s1 was processed successfully.
ntfs-3g -o ro,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
mkdir ok
ls
BOOTNXT System Volume Information
BOOTSECT.BAK bootmgr
Boot ok
Сосдалась папка ok тему закройте это мой первый диск nfts в freebsd я даже в linux не когда такого не делал !
Последний раз редактировалось Alex Keda 2020-08-06 22:14:50, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 23:30:37
Код: Выделить всё
root@ifa:/mnt #
kldload fuse
ntfsfix /dev/ada1s1
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/ada1s1 was processed successfully.
ntfs-3g -o ro,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
mkdir ok
ls
BOOTNXT System Volume Information
BOOTSECT.BAK bootmgr
Последний раз редактировалось Alex Keda 2020-08-06 22:15:02, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 23:31:13
Последний раз редактировалось Alex Keda 2020-08-06 22:15:14, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-15 23:33:48
Код: Выделить всё
root@ifa:/mnt #
kldload fuse
ntfsfix /dev/ada1s1
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/ada1s1 was processed successfully.
ntfs-3g -o ro,uid=1001,gid=1001,locale=ru_RU.UTF-8 /dev/ada1s1 /mnt
mkdir ok
ls
BOOTNXT System Volume Information
BOOTSECT.BAK bootmgr
Boot ok
Создалась папка ok тему закройте это мой первый диск nfts в freebsd я даже в linux не когда такого не делал !
Последний раз редактировалось Alex Keda 2020-08-06 22:15:24, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…
-
iwan433
- рядовой
- Сообщения: 21
- Зарегистрирован: 2020-07-15 2:47:37
ошибка freebsd 12.1 не монтирует диск ntfs
Непрочитанное сообщение
iwan433 » 2020-07-17 10:34:37
Здесь должна быть папка file я создал ее и видел папку file а она папка file после перезагрузки пропадет короче любой файл после создание на диске /dev/ada1s1 в freesd12 в ntfs пропадает после перезагрузки в freebsd12 чего так ?
Ниже параметры взгляните!!!!!
Код: Выделить всё
hostname="ifa"
ifconfig_em0="DHCP"
ifconfig_em1="DHCP"
такие параметры в ee /etc/rc.conf
Код: Выделить всё
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
pf_enable="yes"
fuse_load="YES"
kld_list="fuse"
такие параметры в ee /etc/fstab
Код: Выделить всё
# Device Mountpoint FStype Options Dump Pass#
/dev/ada0s1a / ufs rw 1 1
/dev/ada0s1b none swap sw 0 0
/dev/ada1s1 /usr/local/plexdata/smb ntfs mountprog=/usr/local/bin/ntfs-3g,late,rw 0 0
такие параметры ee /boot/loader.conf
И такие параметры в dmesg | grep da
Код: Выделить всё
root@ifa:~ # dmesg | grep da
FreeBSD is a registered trademark of The FreeBSD Foundation.
acpi_acad0: <AC Adapter> on acpi0
atrtc0: registered as a time-of-day clock, resolution 1.000000s
ada0 at ata0 bus 0 scbus0 target 0 lun 0
ada0: <VBOX HARDDISK 1.0> ATA-6 device
ada0: Serial Number VB722e72e9-c44e0673
ada0: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada0: 163754MB (335369728 512 byte sectors)
ada1 at ata1 bus 0 scbus1 target 1 lun 0
ada1: <VBOX HARDDISK 1.0> ATA-6 device
ada1: Serial Number VB9d5c7c7c-687be9e3
ada1: 33.300MB/s transfers (UDMA2, PIO 65536bytes)
ada1: 10468MB (21439968 512 byte sectors)
Trying to mount root from ufs:/dev/ada0s1a [rw]...
root@ifa:~ #
Последний раз редактировалось Alex Keda 2020-08-06 22:16:00, всего редактировалось 1 раз.
Причина: Товарищщи, цените чужое время, юзайте кнопочку [code]…