Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

HDD name

Options
  • 22-07-2015 3:46pm
    #1
    Registered Users Posts: 13


    Hi all, just quick question. I have kali linux installed on a computer , and I have samba installed and pointing to a folder. So I can copy files from windows to linux.

    The problem is when I boot up Kali linux the name of the HDD is allways different

    eg : media/627A8BOB7A8ADAE5

    is there a way to have the HDD named the same with every boot up.#

    Thanks

    Livewire


Comments

  • Registered Users Posts: 13,990 ✭✭✭✭Johnboy1951


    You should be able to add a 'Label' or name to the partition you are mounting.

    In Linux you would use

    e2label /dev/sdXY NewName

    The auto mount point should then use the Label and not the UUID of the partition.


  • Registered Users Posts: 6,210 ✭✭✭bonzodog2


    mkdir /media/mydisk1
    umount /dev/sdan
    mount /dev/sdan /media/mydisk1


  • Registered Users Posts: 13 livewire2k


    Hi, bonzodog2 Thank you for your help, I have tryed your advice and after reboot it goes back the way it was! :( So id have to run them commands on startup.


  • Moderators, Computer Games Moderators Posts: 4,281 Mod ✭✭✭✭deconduo


    livewire2k wrote: »
    Hi, bonzodog2 Thank you for your help, I have tryed your advice and after reboot it goes back the way it was! :( So id have to run them commands on startup.

    Use the fstab to automount on boot:

    https://wiki.archlinux.org/index.php/Fstab


  • Closed Accounts Posts: 18,969 ✭✭✭✭syklops


    livewire2k wrote: »
    Hi all, just quick question. I have kali linux installed on a computer , and I have samba installed and pointing to a folder. So I can copy files from windows to linux.

    The problem is when I boot up Kali linux the name of the HDD is allways different

    eg : media/627A8BOB7A8ADAE5

    is there a way to have the HDD named the same with every boot up.#

    Thanks

    Livewire

    Do you actually have it installed or are you using a LiveCD or LiveUSB? If you dont have persistent storage configured any changes you make will be returned to default when you reboot.

    How did you install it? Whats it installed on?


  • Advertisement
  • Registered Users Posts: 13 livewire2k


    Hi syklops, yes its installed

    System Hardware:
    Processor: Intel Core i5-3570K @ 3.80GHz (4 Cores),
    Motherboard: ASUS P8Z77-V LX2,
    Chipset: Intel Xeon E3-1200 v2/3rd,
    Memory: 2 x 4096 MB DDR3-1333MHz,
    Disk: 120GB KINGSTON SV300S3 + 1000GB Seagate ST1000DM003-1CH1 + 100GB FUJITSU MHV2100B, Graphics: LLVMpipe,
    Audio: Realtek ALC887-VD, Monitor: 1950W,
    Network: Realtek RTL8111/8168B + Atheros AR9485 Wireless
    System Serial Number: System Serial Number


    Phoronix Test Suite v5.2.1
    System Information

    Hardware:
    Processor: Intel Core i5-3570K @ 3.80GHz (4 Cores), Motherboard: ASUS P8Z77-V LX2, Chipset: Intel Xeon E3-1200 v2/3rd, Memory: 2 x 4096 MB DDR3-1333MHz, Disk: 120GB KINGSTON SV300S3 + 1000GB Seagate ST1000DM003-1CH1 + 100GB FUJITSU MHV2100B, Graphics: LLVMpipe, Audio: Realtek ALC887-VD, Monitor: 1950W, Network: Realtek RTL8111/8168B + Atheros AR9485 Wireless

    Software:
    OS: Debian Kali Linux 1.0.8, Kernel: 3.14-kali1-686-pae (i686),
    Desktop: GNOME 3.4.2.1, Display Server: X Server 1.12.4,
    Display Driver: nouveau 1.0.1, OpenGL: 2.1 Mesa 8.0.5 Gallium 0.4,
    Compiler: GCC 4.7.2 + Clang 3.0-6.2, File-System: ext4,
    Screen Resolution: 1366x768


Advertisement