180 links
  • BigBrainBag
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
4 results tagged mount x
  • mount - I can't -o "remount,rw" a usb drive - Unix & Linux Stack Exchange


        First, make sure that you have hfsprogs installed. Example installation >command:

        sudo apt-get install hfsprogs

        Next, mount or remount the HFS+ drive; commands need to be as follows:

        sudo mount -t hfsplus -o force,rw /dev/sdXY /media/mntpoint

        or

        sudo mount -t hfsplus -o remount,force,rw /mount/point ...

        Finally, if the drive was improperly unmounted or has otherwise become >partially corrupted run fsck.hfsplus ... as such:

        sudo fsck.hfsplus -f /dev/sdXY
    Sun Mar 14 16:43:41 2021 - permalink -
    QRCode
    - archive.org - https://unix.stackexchange.com/questions/332083/i-cant-o-remount-rw-a-usb-drive
    hfs mount remount rw
  • linux - Mount cifs Network Drive: write permissions and chown - Unix & Linux Stack Exchange
    sudo mount -t cifs -o username=${USER},password=${PASSWORD},uid=$(id -u),gid=$(id -g) //server-address/folder /mount/path/on/ubuntu

    sudo mount -t cifs -o username=${USER},password=${PASSWORD},uid=$(id -u),gid=$(id -g),forceuid,forcegid, //server-address/folder /mount/path/on/ubuntu
    Thu Mar 11 18:47:31 2021 - permalink -
    QRCode
    - archive.org - https://unix.stackexchange.com/questions/68079/mount-cifs-network-drive-write-permissions-and-chown
    cifs mount samba smb
  • How to Mount SMB Share on Linux
    sudo mount -t cifs -o username=user_name //server_name/share_name /mnt/data
    Sat Feb 27 21:18:03 2021 - permalink -
    QRCode
    - archive.org - https://linoxide.com/how-tos/howto-mount-smb-filesystem-using-etcfstab/
    cifs linux mount smb
  • How to Mount a SMB Share in Ubuntu – Zadara Storage Support
    Thu Jan 28 19:32:52 2021 - permalink -
    QRCode
    - archive.org - https://support.zadarastorage.com/hc/en-us/articles/213024986-How-to-Mount-a-SMB-Share-in-Ubuntu
    command howto linux mount smb
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation