+ Reply to Thread
Results 1 to 8 of 8

Mounting M6 in Linux

This is a discussion on Mounting M6 in Linux within the Technical forums, part of the miniPlayer M6 / SL category; Greetings! I have just received my Meizu M6 tonight. I am running Linux, and have configured udev to detect the ...

  1. #1
    Passing By
    Join Date
    May 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Mounting M6 in Linux

    Greetings!

    I have just received my Meizu M6 tonight. I am running Linux, and have configured udev to detect the Meizu player. I have the following:

    Code:
    crw-rw---- 1 root root 21, 2 May 14 21:26 /dev/meizu
    When I try to mount /dev/meizu onto /mnt/meizu I receive:

    Code:
    mount: /dev/meizu is not a block device
    Would someone with a working Linux installation + Meizu M6 please tell me your /dev/meizu (or equivalent) node numbers and also your /etc/fstab line for the M6?

    Thanks in advance!
    -Jieryn

  2. #2
    Passing By
    Join Date
    Apr 2007
    Location
    Hamburg / Germany
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by jieryn View Post
    Greetings!

    Would someone with a working Linux installation + Meizu M6 please tell me your /dev/meizu (or equivalent) node numbers and also your /etc/fstab line for the M6?
    -Jieryn
    My one is now just one week old; I have not done anything with udev for it. I simply use "mount -o async /dev/sda /meizu" at this moment, as the Meizu is detected as a normal usb memory device. I am shure that you'll have to configure it that way.

    Greetings from Hamburg
    Juwie


  3. #3
    Member
    Join Date
    Mar 2007
    Posts
    108
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I can assist you with this..

    What is your distro? Kernel ver?

    This will allow me to trouble-shoot..

    basic manual mounting command is:

    Code:
    $ mount -t auto /dev/sdb1 /mnt/meizu
    The above will only work if sdb1 is the usb port for the meizu device and if /mnt/meizu exists.

    My distro is Ubuntu (debian built)... it will automatically see my device as soon as i attach it. However if it doesn't i mount it with the above command into a different mount point: /media/meizu

  4. #4
    Passing By
    Join Date
    May 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for all the offers of assistance guys, while collecting all of the important information you requested I actually found that the player can now be mounted. I did make a small change in my kernel to enable generic PNP.. perhaps that did it? I also put some media onto the player from my win32 partition... I'm at a loss, but thank you anyway!

    -Jieryn

  5. #5
    Junior Member
    Join Date
    Mar 2007
    Posts
    70
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'm using Debian here. What I have is two folders, one called /mnt/removable1 and the /mnt/removable2. Also these extra lines in /etc/fstab:

    Code:
    /dev/sda        /mnt/removable1   vfat    rw,user,noauto,sync   0       0
    /dev/sdb        /mnt/removable2   vfat    rw,user,noauto,sync   0       0
    The reason I have two entries is that I may have some other USB device plugged in at the same time. When I plug something in, the system assigns it a /dev/sdX entry. "X" is a, b, c,... depending on order in which I plug things in.

    You can find out what the system is doing with the thing you plugged in by typing "dmesg" in a terminal - the last few lines will tell you what happened, like this:

    Code:
     usb 4-2: new high speed USB device using ehci_hcd and address 3
    usb 4-2: configuration #1 chosen from 1 choice
    scsi1 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
      Vendor: Meizu     Model: MiniPlayer        Rev: 1.00
      Type:   Direct-Access                      ANSI SCSI revision: 02
    SCSI device sda: 7987200 512-byte hdwr sectors (4089 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 26 00 00
    sda: assuming drive cache: write through
    SCSI device sda: 7987200 512-byte hdwr sectors (4089 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 26 00 00
    sda: assuming drive cache: write through
     sda:
     sd 1:0:0:0: Attached scsi removable disk sda
    usb-storage: device scan complete
    See the highlighted bit? That says it's using /dev/sda, in this case.

    I hope this helps.

  6. #6
    Stalker
    Join Date
    Sep 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    /dev/meizu /mnt/meizu vfat noauto,user,exec,sync,noatime,nodiratime,umask=

    udev rule for meizu m6
    Code:
    SUBSYSTEMS=="usb", ATTRS{product}=="MiniPlayer", SYMLINK="meizu"
    Code:
    ghost > ls- l /dev/meizu 
    lrwxrwxrwx 1 root root 3 2007-11-01 13:23 /dev/meizu -> sdf
    fstab
    Code:
    /dev/meizu  /mnt/meizu  vfat noauto,user,sync,noatime,nodiratime,umask=0000    0   0
    see gentoo wiki for info about how to set udev rules http://gentoo-wiki.com/UDEV

  7. #7
    Passing By
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts
    it also helps to have the the meizu in MTP usb mode

  8. #8
    Valued Member
    Join Date
    May 2007
    Posts
    638
    Thanks
    2
    Thanked 18 Times in 16 Posts
    Media Transfer Protocol (part of the "Windows Media" framework) is useful for mounting M6 in Linux??

    Such a great information justifies the reply to a two and a half year old thread.

  9. Member who thanked my zoo for the post:



 

Similar Threads

  1. Linux script for mencoder.
    By shookie in forum Video and Imaging
    Replies: 50
    Last Post: 05-20-2008, 08:10 PM
  2. My Theme Linux Redhat
    By leoriohunter in forum Modifications and Skins
    Replies: 2
    Last Post: 02-04-2007, 01:26 PM
  3. Avidemux / Linux
    By scaglifr in forum Video and Imaging
    Replies: 1
    Last Post: 02-01-2007, 02:30 PM
  4. Ubuntu Linux Theme
    By Austin in forum Modifications and Skins
    Replies: 2
    Last Post: 12-31-2006, 06:01 AM
  5. video conversion on Linux Problem
    By barc in forum Video and Imaging
    Replies: 3
    Last Post: 12-05-2006, 09:57 PM