LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-03-2016, 06:35 AM   #1
MANISH BHARTI
LQ Newbie
 
Registered: Mar 2016
Posts: 5

Rep: Reputation: Disabled
Unhappy unable to mount the partition


please help me to solve this problem when i tried to mount the partition /dev/sda3 it give me this error :

Error mounting /dev/sda3 at /media/nik/ISOIMAGE: Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sda3" "/media/nik/ISOIMAGE"' exited with non-zero exit status 32: mount: /dev/sda3 is write-protected, mounting read-only
mount: /dev/sda3 is not a valid block device
 
Old 03-03-2016, 06:46 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
MANISH BHARTI,

Welcome to LQ.

I am guessing that you are doing a dual-boot with Windows?

Which Windows OS are you using?

Any other relevant information would be useful (Linux distro, version etc).

It may be that your Windows OS, such as 8.1, is not shut down completely and is merely hibernating.

Try shutting it down completely.
 
Old 03-03-2016, 07:40 AM   #3
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
Do a file -s /dev/sda3 and post output please. To me it seems that you want to mount a harddrive with a filesystem option of a cdrom.
Did you just try mount /dev/sda3 /mnt?
 
Old 03-03-2016, 07:42 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,502

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Why would you want a partition on your drive mounted as iso9660? Do you just have an iso file you want to mount an iso file to explore it, loop mount the iso file. More details on what you want to accomplish would be a good idea. Do an online search for "create a partition and format iso9660" and you will get a lot of info on why this isn't usually necessary or practical.
 
Old 03-03-2016, 07:46 AM   #5
MANISH BHARTI
LQ Newbie
 
Registered: Mar 2016
Posts: 5

Original Poster
Rep: Reputation: Disabled
sir as you ask i run this

sudo file -s /dev/sda3
[sudo] password for nik:
/dev/sda3: writable, no read permission


and this

$sudo mount /dev/sda3 /mnt
mount: /dev/sda3 is not a valid block device

and i did not give the partition name as iso9660 it come automatically when i finish the installation
by the way my destro is

Debian GNU/Linux 8 \n \l

debian 8.3
 
Old 03-03-2016, 09:54 AM   #6
zhjim
Senior Member
 
Registered: Oct 2004
Distribution: Debian Squeeze x86_64
Posts: 1,748
Blog Entries: 11

Rep: Reputation: 233Reputation: 233Reputation: 233
Okay that file -s did not help me. Thats what I get on my system

Quote:
me@me:~$ file -s /dev/sda1
/dev/sda1: Linux rev 1.0 ext4 filesystem data, UUID=4386e412-369b-4555-b209-f295dfbb4132 (needs journal recovery) (extents) (large files) (huge files)
Can you check the partition table? Either with fdisk -l /dev/sda or with gdisk or gparted or similar tool?
Could sda3 be an extended partition?
 
Old 03-03-2016, 11:24 AM   #7
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,672

Rep: Reputation: 486Reputation: 486Reputation: 486Reputation: 486Reputation: 486
Quote:
and i did not give the partition name as iso9660 it come automatically when i finish the installation
What did you do the installation from? A CD/DVD which you'd burned from the .iso file you downloaded or did you use the .iso to build a bootable USB pen drive?

Did you just copy the .iso file to the partition?

Quote:
Error mounting /dev/sda3 at /media/nik/ISOIMAGE: Command-line `mount -t "iso9660" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500" "/dev/sda3" "/media/nik/ISOIMAGE"' exited with non-zero exit status 32: mount: /dev/sda3 is write-protected, mounting read-only
mount: /dev/sda3 is not a valid block device
Your mount point is
Quote:
/media/nik/ISOIMAGE
This implies it's an external USB drive? How did you partition it? What file system did you put on it? (gparted is probably one of the easier ways to find out)

As zhjim says, it appears to think it's a CDROM.

Play Bonny!

 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount partition beparas Linux - Hardware 3 12-12-2011 02:28 AM
unable to mount extended partition linux_newbie86 Linux - Newbie 2 07-29-2008 07:17 AM
GRUB unable to mount partition Amuro-Ray2020 Linux - Newbie 7 05-15-2007 08:40 AM
ext3 partition unable to mount majalee Linux - Hardware 4 07-17-2006 10:54 PM
unable to mount ntfs partition capnp72 Fedora 6 03-02-2006 07:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration