You are not logged in.

#1 2016-04-20 09:09:26

huohuo
Member
Registered: 2016-04-20
Posts: 28

[solved]install arch in win10, i cannot mount my partition for /

i wanted to install arch after installing win10. i parted the free space into two partition for / and /home. then i followed the beginner guide, and some bad news occured when i mounted /dev/sdb3(for /) on /mnt,

mount:/dev/sdb3 is write-protected , mounting read-only
mount:/dev/sdb3 is already mounted or /mnt busy


when i executed pacstrap /mnt base, there was error like the following

ERROR:/mnt is not a mountpoint!

i have try to repart the disk, reboot, but didnot work, i would appreciate it if anyone could help to solve this problem

Last edited by huohuo (2016-04-21 06:20:47)

Offline

#2 2016-04-20 10:22:18

0x29a
Member
Registered: 2012-09-28
Posts: 101

Re: [solved]install arch in win10, i cannot mount my partition for /

How about

 mount -o remount,rw 

?
But I don't think it's a good idea after all... Hmmm...
What

mount -l | grep "sdb3"

says?

Offline

#3 2016-04-20 10:32:15

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: [solved]install arch in win10, i cannot mount my partition for /

What filesystem are you using on /dev/sdb3? Please provide details about your hardware.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2016-04-20 11:45:40

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

0x29a wrote:

How about

 mount -o remount,rw 

?
But I don't think it's a good idea after all... Hmmm...
What

mount -l | grep "sdb3"

says?



it returns nothing

Offline

#5 2016-04-20 11:47:39

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

WorMzy wrote:

What filesystem are you using on /dev/sdb3? Please provide details about your hardware.


I have formating /dev/sdb3 and /dev/sdb5 to 83linux,and the others are 7HPFS/NTFS

Offline

#6 2016-04-20 12:05:05

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: [solved]install arch in win10, i cannot mount my partition for /

I have formating /dev/sdb3 and /dev/sdb5 to 83linux,and the others are 7HPFS/NTFS

those are partition types, we want to to know the filesystem .

what is the output of lsblk --fs ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Online

#7 2016-04-20 12:16:19

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

the first column contains message like this

                                           mountpoint
sdc1      ios9660          ARCH_2016        /run/archios/bootmnt     
  sdc     ios9660          AR...
sdc2      vfat             AR..
  sdc     ios9660          AR..
loop0     squashfs                          /run/archios/sfs/airootfs

Offline

#8 2016-04-20 12:40:09

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

message after  lsblk -f

sdb
  sdb1
  sdb2
  sdb3    isw_raid_member
  sdb4    isw_...
  sdb5    isw_...
  sdb6    isw...

Offline

#9 2016-04-20 12:51:14

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,920

Re: [solved]install arch in win10, i cannot mount my partition for /

let me guess :  intel system and in windows you use "intel rapid storage" ?

That suggests your drive is setup to use software raid.
"fdisk -l /dev/sdb" would be helpful.

If you have internet connection from the live iso, you can use a cli pastebin client , check wiki.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Online

#10 2016-04-20 13:21:22

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

I am not sure about i used "intel rapid storage", i just selected custom installation and parted  a 150G partition for windows and left the others free, and i donnot remember there were other choice about “Intel rapid storage” that i could choose. 

I can get some message by "fdisk -l /dev/sdb", like Device and Type, but i donot know how to use these messages.

I am sorry but i donot quite understand you about "If you have internet connection from the live iso, you can use a cli pastebin client , check wiki.", could you please explain a bit more

Offline

#11 2016-04-20 19:19:09

Tuxtoriel
Member
Registered: 2016-04-20
Posts: 9

Re: [solved]install arch in win10, i cannot mount my partition for /

It might not be related but I know that turning off Windows 8 & 10 does not what it says. It puts the computer in hybrid shutdown, causing sometimes hard drive partition access problems. To really turn off Windows, you have to hold shift and click on "shutdown" in the "Power" menu. Yet I don't think this is the cause since Windows shouldn't be mounting any of your created partitions, but maybe it helps! :·)

Offline

#12 2016-04-21 06:19:47

huohuo
Member
Registered: 2016-04-20
Posts: 28

Re: [solved]install arch in win10, i cannot mount my partition for /

To all:
        I think i have solved this problem. I checked my computer's disk info,and find it's 1T hdd+ 32G ssd, so i guess the computer use isw_raid by default. then i remove it and rewrite the disk into ext4, and things go well yet. I will tag solved to this topic and thank you all guys.

Offline

Board footer

Powered by FluxBB