Computers & Internet Logo

Related Topics:

Wrong again should be dev. - Computers & Internet

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

My page goes white when i am playing on pearl,s perl WHY?

wrong catatory however this could be due to an issue the game devs are facing try again in a little bit if it keeps happening let me know please
0helpful
1answer

How do i stop the DEV auto power off frkm turjing my tv off?

I am having this problem and It is happening on 2 different brand tv's. I have had Foxtel on both tv's for years and never had a problem until I moved, I got the Foxtel reconnected at my new address and it started. I have IQ on 1 tv and standard digital on the other. If anyone could help that would be great.
0helpful
1answer

How do i fix the error code f2-00 in AR-M351N copier

HI,

I assume you ran 25-02 when you changed the dev?, if not you will have to replace it again.

Check to make sure you have drive to the dev box, slide out dev box and rub your finger along mag roll and run it up, remove again and see if the dev has returned.

If it is a high mileage machine, you can get problems with the dev drive, the box itself or the toner sensor.

Cheers

Andy
0helpful
1answer

Error code F-26-1

Is the devoper unit turning? Wipe the mag roller clean & power up, is the roller covered again by dev/toner, if not, it's the dev motor that's failed. Have you checked the toner recycle unit at the back? These get blocked , so no toner gets into the dev unit, is the m/c noisy, check the drum recycle unit isn't blocked.....is the toner bottle turning....
0helpful
1answer

BLANK COPIES FROM KM 2550

first chek dev unit toner? pls insert toner 1087+ 1087+ 130 set dev enter ok then 10 mnt wait and check drum and dp closing time corect sitting or chage edge of dp unit you cleang time smothing wrong?? comng blnk copy
1helpful
1answer

Is it possible to access the whole C drive when using Ubuntu?

What Can Be Mounted

The most common thing to be mounted is a hard drive partition. Hard drives are kept in /dev and have different names depending on what type of drive they are. IDE/ATA drives are labelled as /dev/hda, /dev/hdb, /dev/hdc and /dev/hdd (since a PC's IDE interfaces can only handle 4 devices at a time). Note that these can be devices such as IDE/ATA CDROMS, Compact Flash to IDE converters, and some special floppy drives (although they tend to appear mainly in laptops). For SCSI devices the labels are /dev/sda, /dev/sdb, /dev/sdc, /dev/sdd, /dev/sde, /dev/sdf, /dev/sdg, /dev/sdh and /dev/sdi (since a SCSI chain can contain up to nine devices). Other types of drive, such as USB, SATA, etc. are mapped to these SCSI devices by Linux. Therefore SATA and USB drives are labelled as /dev/sdX where X is a letter, starting at "a".

Since these are literally the devices you can issue a command such as:
sudo eject /dev/hdc

If /dev/hdc is a CD drive then it will eject.

In the case of hard drives, there is another abstraction. A hard drive (and many devices such as USB "sticks" which act like hard drives) can be partitioned to allow many filesystems to be stored on them. This means that the filesystems themselves are accessible via the partition labels, such as /dev/hda1 (the first partition on /dev/hda). This means that we finally know about something we can mount, a partition, since it contains a filesystem.

Another physical filesystem which can be mounted is the ISO9660 filesystem used on CDROMs. Since there is only ever one CD in a CD drive there is no point creating /dev/hdc1 (where /dev/hdc is a CDROM drive) since there is only one filesystem on it. That means that you can mount CD drive devices explicitly, so if /dev/hdc is a CDROM drive then it is possible to mount /dev/hdc if there is a disc in it.

Floppy disks only contain one filesystem, and are labeled as /dev/fd0 for the first drive, /dev/fd1 for the second drive, etc. So now we know three things which can be mounted.

Devices like USB sticks are treated like hard drives (so /dev/sda1, for example, may contain a filesystem) and so are iPods (although I think the main data on an iPod is stored on the second partition)

Mounting is not restricted to physical devices. If you have a filesystem "image" (which IS a filesystem, whether an exact copy of an existing filesystem, or a filesystem created specifically for that file) then you can mount that through the use of a fake device called the "loopback device"


How To Mount/Unmount Filesystems


Unmounting

Firstly I will tell you how to unmount any filesystem you mount after trying these commands. Unmounting is done through the "umount" command, which can be given a device or a mount point so:
sudo umount /mnt
sudo umount /dev/hda1

Would both unmount the filesystem on /dev/hda1 if it is mounted on /mnt.

Remember that a filesystem cannot be in use when it is unmounted, otherwise umount will give an error. If you know it is safe to unmount a filesystem you can use:
sudo umount -l /mountpoint

16helpful
4answers

What is grub error 17? how to fix it?

Its GRand Unified Bootloader used in Linux OS.
Normally you get this error when GRUB is not able recognise the partition from which you are trying to boot the system. Make sure the boot partition on your system is recognisable by GRUB (such as EXT3).

You can try to restore the GRUB using the LIVE CD
  1. Boot From Live CD
  2. Open Terminal Window
  3. type >sudo grub
  4. then type : find /boot/grub/stage1
  5. you'll get something like: (hd0, 1)
  6. then type : >root (hd0, 1)
  7. type: > setup (hd0)
  8. >quit
  9. >exit
Remove the Live CD and reboot the system.


Please let me know if you need any further assistance.


Thank you for choosing Fixya




0helpful
1answer

Home dev. error

reinstall the affected dev assy, or try to removed and put back again
0helpful
1answer

JFS224 change drive order

You need to get into bios to change the boot order. You can usually get into bios by tapping F12, esc, or whatever depending on who wrote your bios. Once you get into bios, you should see something like change boot order somewhere. If you don't know where it is then just keep scanning each page and you will find it. It will be called something "boot order". Use the directions on screen to change it to whatever drive you desire and you should be good to go. If you can't do it then write back and let me know.
Not finding what you are looking for?

33 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73784 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42225 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...